Searched defs:XMLElement (Results 1 – 2 of 2) sorted by relevance
119 class XMLElement; variable495 … virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) { in VisitEnter()499 virtual bool VisitExit( const XMLElement& /*element*/ ) { in VisitExit()676 friend class XMLElement; variable1141 friend class XMLElement; variable1717 friend class XMLElement; variable2328 virtual bool CompactMode( const XMLElement& ) { return _compactMode; } in CompactMode()
1549 XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ), in XMLElement() function in tinyxml2::XMLElement