Searched defs:ToText (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml/
H A Dtinyxml.h640 const TiXmlText* ToText() const { return ( this && type == TEXT ) ? (const TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
647 TiXmlText* ToText() { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
982 similarly named TiXmlHandle::Text() and TiXmlNode::ToText() which are
1498 TiXmlText* Text() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); }

Completed in 39 milliseconds