Searched refs:XMLDocument (Results 1 – 7 of 7) sorted by relevance
67 …return XMLTest(testString, XMLDocument::ErrorIDToName(expected), XMLDocument::ErrorIDToName(found)… in XMLTest()117 XMLDocument doc; in example_1()136 XMLDocument doc; in example_2()161 XMLDocument doc; in example_3()249 XMLDocument doc; in example_4()317 XMLDocument* doc = new XMLDocument(); in main()374 XMLDocument doc; in main()389 XMLDocument doc; in main()399 XMLDocument doc; in main()409 XMLDocument doc; in main()[all …]
119 class XMLDocument; variable487 virtual bool VisitEnter( const XMLDocument& /*doc*/ ) { in VisitEnter() argument491 virtual bool VisitExit( const XMLDocument& /*doc*/ ) { in VisitExit() argument676 friend class XMLDocument; variable681 const XMLDocument* GetDocument() const { in GetDocument()686 XMLDocument* GetDocument() { in GetDocument()704 virtual XMLDocument* ToDocument() { in ToDocument()725 virtual const XMLDocument* ToDocument() const { in ToDocument()885 virtual XMLNode* ShallowClone( XMLDocument* document ) const = 0;900 XMLNode* DeepClone( XMLDocument* target ) const;[all …]
710 char* XMLDocument::Identify( char* p, XMLNode** node ) in Identify()780 bool XMLDocument::Accept( XMLVisitor* visitor ) const in Accept()796 XMLNode::XMLNode( XMLDocument* doc ) : in XMLNode()835 XMLNode* XMLNode::DeepClone(XMLDocument* target) const in DeepClone()1061 XMLDocument::DepthTracker tracker(_document); in ParseDeep()1228 XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const in ShallowClone()1256 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc ) in XMLComment()1277 XMLNode* XMLComment::ShallowClone( XMLDocument* doc ) const in ShallowClone()1304 XMLDeclaration::XMLDeclaration( XMLDocument* doc ) : XMLNode( doc ) in XMLDeclaration()1326 XMLNode* XMLDeclaration::ShallowClone( XMLDocument* doc ) const in ShallowClone()[all …]
86 An XMLDocument is a C++ object like any other, that can be on the stack, or90 be created by calling the appropriate XMLDocument::NewElement, NewText, etc.134 TinyXML-2 supports this with the 'whitespace' parameter to the XMLDocument constructor.185 XMLDocument doc;201 #### Print without an XMLDocument223 XMLDocument doc;231 XMLDocument doc;
29 XMLDocument doc; in LLVMFuzzerTestOneInput()
94 XMLDocument doc (false); in main()
1611 XMLDocument