HomeSort by relevance Sort by last modified time
    Searched refs:XMLDocument (Results 1 - 6 of 6) sorted by null

  /external/tinyxml2/
tinyxml2.h 92 class XMLDocument;
338 virtual bool VisitEnter( const XMLDocument& /*doc*/ ) { return true; }
340 virtual bool VisitExit( const XMLDocument& /*doc*/ ) { return true; }
411 be navigated. A node is always in a XMLDocument.
415 A XMLDocument allocates memory for all its Nodes.
416 When the XMLDocument gets deleted, all its Nodes
435 friend class XMLDocument;
439 /// Get the XMLDocument that owns this XMLNode.
440 const XMLDocument* GetDocument() const { return document; }
441 /// Get the XMLDocument that owns this XMLNode.
    [all...]
tinyxml2.cpp 451 char* XMLDocument::Identify( char* p, XMLNode** node )
527 bool XMLDocument::Accept( XMLVisitor* visitor ) const
543 XMLNode::XMLNode( XMLDocument* doc ) :
830 XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const
855 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc )
878 XMLNode* XMLComment::ShallowClone( XMLDocument* doc ) const
902 XMLDeclaration::XMLDeclaration( XMLDocument* doc ) : XMLNode( doc )
925 XMLNode* XMLDeclaration::ShallowClone( XMLDocument* doc ) const
949 XMLUnknown::XMLUnknown( XMLDocument* doc ) : XMLNode( doc )
972 XMLNode* XMLUnknown::ShallowClone( XMLDocument* doc ) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
UseCounter.h 139 XMLDocument,
Window.idl 267 // Mozilla has a separate XMLDocument object for XML documents.
269 attribute DocumentConstructor XMLDocument;
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 66 XMLDocument* xml;
154 XMLDocument xml;
169 XMLDocument xml;
246 static inline XMLElement* add_ele(XMLDocument* xml, XMLElement* p, int index,
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 774 UseCounter::count(document, UseCounter::XMLDocument);
    [all...]

Completed in 147 milliseconds