Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:TiXmlText

844 		TiXmlText* text = new TiXmlText( "" );
931 TiXmlText text( "" );
1147 TiXmlText* textNode = new TiXmlText( "" );
1175 // a TiXmlText in the "CDATA" style.
1387 void TiXmlText::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
1432 const char* TiXmlText::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
1565 bool TiXmlText::Blank() const