Searched refs:NewComment (Results 1 – 3 of 3) sorted by relevance
1250 …XMLComment* comment = doc->NewComment( Value() ); // fixme: this will always allocate memory. Inte… in ShallowClone()1973 XMLComment* node = _document->NewComment(comment); in InsertNewComment()2205 XMLComment* XMLDocument::NewComment( const char* str ) in NewComment() function in tinyxml2::XMLDocument
481 XMLNode* comment = element->InsertFirstChild( doc->NewComment( "comment" ) ); in main()1835 xmlDoc.NewComment("Configuration file"); in main()
1835 XMLComment* NewComment( const char* comment );