Searched refs:XMLDocument (Results 1 – 6 of 6) sorted by relevance
/external/tinyxml2/ |
D | tinyxml2.h | 92 class XMLDocument; variable 338 virtual bool VisitEnter( const XMLDocument& /*doc*/ ) { return true; } in VisitEnter() argument 340 virtual bool VisitExit( const XMLDocument& /*doc*/ ) { return true; } in VisitExit() argument 435 friend class XMLDocument; variable 440 const XMLDocument* GetDocument() const { return document; } in GetDocument() 442 XMLDocument* GetDocument() { return document; } in GetDocument() 447 … virtual XMLDocument* ToDocument() { return 0; } ///< Safely cast to a Document, or null. in ToDocument() 454 virtual const XMLDocument* ToDocument() const { return 0; } in ToDocument() 549 virtual XMLNode* ShallowClone( XMLDocument* document ) const = 0; 587 XMLNode( XMLDocument* ); [all …]
|
D | tinyxml2.cpp | 451 char* XMLDocument::Identify( char* p, XMLNode** node ) in Identify() 527 bool XMLDocument::Accept( XMLVisitor* visitor ) const in Accept() 543 XMLNode::XMLNode( XMLDocument* doc ) : in XMLNode() 830 XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const in ShallowClone() 855 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc ) in XMLComment() 878 XMLNode* XMLComment::ShallowClone( XMLDocument* doc ) const in ShallowClone() 902 XMLDeclaration::XMLDeclaration( XMLDocument* doc ) : XMLNode( doc ) in XMLDeclaration() 925 XMLNode* XMLDeclaration::ShallowClone( XMLDocument* doc ) const in ShallowClone() 949 XMLUnknown::XMLUnknown( XMLDocument* doc ) : XMLNode( doc ) in XMLUnknown() 972 XMLNode* XMLUnknown::ShallowClone( XMLDocument* doc ) const in ShallowClone() [all …]
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMWindow.idl | 81 // Mozilla has a separate XMLDocument object for XML documents. 83 //attribute DocumentConstructor XMLDocument;
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_config_util.cpp | 66 XMLDocument* xml; 154 XMLDocument xml; in btif_config_save_file() 169 XMLDocument xml; in btif_config_load_file() 246 static inline XMLElement* add_ele(XMLDocument* xml, XMLElement* p, int index, in add_ele()
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.idl | 557 // Mozilla has a separate XMLDocument object for XML documents. 559 attribute DocumentConstructor XMLDocument;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 9333 Implement XMLDocument properties xmlEncoding, xmlVersion, xmlStandalone 55791 …the XMLDocument property in DOMWindow.idl, since that's just an alias for the Document constructor. 55798 …d constructors for DocumentFragment, HTMLElement, HTMLDocument and XMLDocument. XMLDocument is just
|