Searched defs:XMLComment (Results 1 – 2 of 2) sorted by relevance
95 class XMLComment; variable352 virtual bool Visit( const XMLComment& /*comment*/ ) { return true; } in Visit()
855 XMLComment::XMLComment( XMLDocument* doc ) : XMLNode( doc ) in XMLComment() function in XMLComment