Lines Matching refs:TiXmlText
886 const TiXmlText* childText = child->ToText();
1326 void TiXmlText::Print( FILE* cfile, int depth ) const
1354 void TiXmlText::StreamOut( TIXML_OSTREAM * stream ) const
1367 void TiXmlText::CopyTo( TiXmlText* target ) const
1374 TiXmlNode* TiXmlText::Clone() const
1376 TiXmlText* clone = 0;
1377 clone = new TiXmlText( "" );