Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:TiXmlText

198 	TiXmlText text( "Talk to:" );
391 TiXmlText* text = textHandle.Text();
522 TiXmlText* text = docH.FirstChildElement( "document" ).FirstChildElement( (const char*) russianElementName ).Child( 0 ).Text();
610 TiXmlText text( "TextNode" );
611 TiXmlText textCopy( text );
612 TiXmlText textAssign( "incorrect" );
759 TiXmlText text( "Missing" );
767 TiXmlText textSTL( name );
856 TiXmlText* text = doc.FirstChildElement()->FirstChildElement()->FirstChild()->ToText();
911 TiXmlText* text;