Searched refs:ToText (Results 1 – 6 of 6) sorted by relevance
44 else if (node->ToText()) in walk_elem()
640 …const TiXmlText* ToText() const { return ( this && type == TEXT ) ? (const TiXmlText*) … in ToText() function647 …TiXmlText* ToText() { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } /… in ToText() function1498 TiXmlText* Text() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); } in Text()
267 XmlTest ( "First child exists.", true, ( node != 0 && node->ToText() ) ); in main()569 text = latinDoc.FirstChildElement()->FirstChild()->ToText(); in main()856 TiXmlText* text = doc.FirstChildElement()->FirstChildElement()->FirstChild()->ToText(); in main()
792 else if ( firstChild == lastChild && firstChild->ToText() ) in Print()804 if ( !node->ToText() ) in Print()886 const TiXmlText* childText = child->ToText(); in GetText()
156 node.ToText()->Print( stdout, level); in parseNode()
19931 /* 141 */ "ToText",53972 /* Opcode: ToText P1 * * * *