Searched refs:TiXmlComment (Results 1 - 4 of 4) sorted by relevance

/external/tinyxml/
H A Dtinyxml.cpp1277 TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT ) function in class:TiXmlComment
1283 void TiXmlComment::operator=( const TiXmlComment& base )
1290 void TiXmlComment::Print( FILE* cfile, int depth ) const
1299 void TiXmlComment::StreamOut( TIXML_OSTREAM * stream ) const
1308 void TiXmlComment::CopyTo( TiXmlComment* target ) const
1314 TiXmlNode* TiXmlComment
[all...]
H A Dtinyxml.h87 class TiXmlComment;
638 const TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (const TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
645 TiXmlComment* ToComment() { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
1022 class TiXmlComment : public TiXmlNode class in inherits:TiXmlNode
1026 TiXmlComment() : TiXmlNode( TiXmlNode::COMMENT ) {} function in class:TiXmlComment
1027 TiXmlComment( const TiXmlComment& );
1028 void operator=( const TiXmlComment
[all...]
H A Dxmltest.cpp392 TiXmlComment* comment = commentHandle.Node()->ToComment();
593 TiXmlComment comment;
595 TiXmlComment commentCopy( comment );
596 TiXmlComment commentAssign;
898 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment();
H A Dtinyxmlparser.cpp837 returnNode = new TiXmlComment();
1265 void TiXmlComment::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
1292 const char* TiXmlComment::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )

Completed in 277 milliseconds