Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:TiXmlText

866 		TiXmlText* text = new TiXmlText( "" );
949 TiXmlText text( "" );
1192 TiXmlText* textNode = new TiXmlText( "" );
1219 // a TiXmlText in the "CDATA" style.
1466 void TiXmlText::StreamIn( std::istream * in, TIXML_STRING * tag )
1497 const char* TiXmlText::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
1631 bool TiXmlText::Blank() const