Searched refs:TiXmlText (Results 1 – 6 of 6) sorted by relevance
90 class TiXmlText; variable640 …const TiXmlText* ToText() const { return ( this && type == TEXT ) ? (const TiXmlText*) … in ToText()647 …TiXmlText* ToText() { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } /… in ToText()1061 class TiXmlText : public TiXmlNode1069 TiXmlText (const char * initValue ) : TiXmlNode (TiXmlNode::TEXT) in TiXmlText() function1074 virtual ~TiXmlText() {} in ~TiXmlText()1078 TiXmlText( const std::string& initValue ) : TiXmlNode (TiXmlNode::TEXT) in TiXmlText() function1085 TiXmlText( const TiXmlText& copy ) : TiXmlNode( TiXmlNode::TEXT ) { copy.CopyTo( this ); } in TiXmlText() function1086 void operator=( const TiXmlText& base ) { base.CopyTo( this ); }1101 void CopyTo( TiXmlText* target ) const;[all …]
198 TiXmlText text( "Talk to:" ); in main()391 TiXmlText* text = textHandle.Text(); in main()522 …TiXmlText* text = docH.FirstChildElement( "document" ).FirstChildElement( (const char*) russianEle… in main()610 TiXmlText text( "TextNode" ); in main()611 TiXmlText textCopy( text ); in main()612 TiXmlText textAssign( "incorrect" ); in main()759 TiXmlText text( "Missing" ); in main()767 TiXmlText textSTL( name ); in main()856 TiXmlText* text = doc.FirstChildElement()->FirstChildElement()->FirstChild()->ToText(); in main()911 TiXmlText* text; in main()
844 TiXmlText* text = new TiXmlText( "" ); in Identify()931 TiXmlText text( "" ); in StreamIn()1147 TiXmlText* textNode = new TiXmlText( "" ); in ReadValue()1387 void TiXmlText::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn()1432 const char* TiXmlText::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) in Parse()1565 bool TiXmlText::Blank() const in Blank()
886 const TiXmlText* childText = child->ToText(); in GetText()1326 void TiXmlText::Print( FILE* cfile, int depth ) const in Print()1354 void TiXmlText::StreamOut( TIXML_OSTREAM * stream ) const in StreamOut()1367 void TiXmlText::CopyTo( TiXmlText* target ) const in CopyTo()1374 TiXmlNode* TiXmlText::Clone() const in Clone()1376 TiXmlText* clone = 0; in Clone()1377 clone = new TiXmlText( "" ); in Clone()
201 will have the Value() of "Far & Away" when queried from the TiXmlText object,416 A TiXmlText. This is a leaf node and cannot contain other nodes. 435 TiXmlText "Go to the "437 TiXmlText "Toy store!"439 TiXmlText "Do bills"
201 - TiXmlText can now parse and output as CDATA