Lines Matching refs:XMLComment
121 class XMLComment; variable
512 virtual bool Visit( const XMLComment& /*comment*/ ) { in Visit() argument
694 virtual XMLComment* ToComment() { in ToComment()
716 virtual const XMLComment* ToComment() const { in ToComment()
1025 class TINYXML2_LIB XMLComment : public XMLNode
1029 virtual XMLComment* ToComment() { in ToComment()
1032 virtual const XMLComment* ToComment() const { in ToComment()
1042 explicit XMLComment( XMLDocument* doc );
1043 virtual ~XMLComment();
1048 XMLComment( const XMLComment& ); // not supported
1049 XMLComment& operator=( const XMLComment& ); // not supported
1651 XMLComment* InsertNewComment(const char* comment);
1713 friend class XMLComment; variable
1835 XMLComment* NewComment( const char* comment );
1945 MemPoolT< sizeof(XMLComment) > _commentPool;
2289 virtual bool Visit( const XMLComment& comment );