Searched refs:XMLDocument (Results 1 – 3 of 3) sorted by relevance
92 class XMLDocument; variable365 virtual bool VisitEnter( const XMLDocument& /*doc*/ ) { in VisitEnter() argument369 virtual bool VisitExit( const XMLDocument& /*doc*/ ) { in VisitExit() argument496 friend class XMLDocument; variable501 const XMLDocument* GetDocument() const { in GetDocument()505 XMLDocument* GetDocument() { in GetDocument()518 virtual XMLDocument* ToDocument() { in ToDocument()537 virtual const XMLDocument* ToDocument() const { in ToDocument()672 virtual XMLNode* ShallowClone( XMLDocument* document ) const = 0;687 XMLNode* DeepClone(XMLDocument* target) const;[all …]
475 char* XMLDocument::Identify( char* p, XMLNode** node ) in Identify()551 bool XMLDocument::Accept( XMLVisitor* visitor ) const in Accept()567 XMLNode::XMLNode( XMLDocument* doc ) : in XMLNode()854 XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const in ShallowClone()879 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc ) in XMLComment()902 XMLNode* XMLComment::ShallowClone( XMLDocument* doc ) const in ShallowClone()926 XMLDeclaration::XMLDeclaration( XMLDocument* doc ) : XMLNode( doc ) in XMLDeclaration()949 XMLNode* XMLDeclaration::ShallowClone( XMLDocument* doc ) const in ShallowClone()973 XMLUnknown::XMLUnknown( XMLDocument* doc ) : XMLNode( doc ) in XMLUnknown()995 XMLNode* XMLNode::DeepClone(XMLDocument* target) const in DeepClone()[all …]
1396 XMLDocument doc; in doParse()1496 XMLDocument doc; in doGenerate()