Searched defs:XMLComment (Results 1 – 2 of 2) sorted by relevance
121 class XMLComment; variable512 virtual bool Visit( const XMLComment& /*comment*/ ) { in Visit()1713 friend class XMLComment; variable
1224 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc ) in XMLComment() function in tinyxml2::XMLComment