Lines Matching refs:XMLComment
95 class XMLComment; variable
352 virtual bool Visit( const XMLComment& /*comment*/ ) { return true; } in Visit() argument
446 …virtual XMLComment* ToComment() { return 0; } ///< Safely cast to a Comment, or n… in ToComment()
453 virtual const XMLComment* ToComment() const { return 0; } in ToComment()
652 class XMLComment : public XMLNode
656 virtual XMLComment* ToComment() { return this; } in ToComment()
657 virtual const XMLComment* ToComment() const { return this; } in ToComment()
666 XMLComment( XMLDocument* doc );
667 virtual ~XMLComment();
668 XMLComment( const XMLComment& ); // not supported
669 XMLComment& operator=( const XMLComment& ); // not supported
1133 XMLComment* NewComment( const char* comment );
1199 MemPoolT< sizeof(XMLComment) > commentPool;
1432 virtual bool Visit( const XMLComment& comment );