| 1247 | virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ); |
| 1248 | |
| 1249 | virtual const TiXmlText* ToText() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1250 | virtual TiXmlText* ToText() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1251 | |
| 1252 | /** Walk the XML tree visiting this node and all of its children. |
nothing calls this directly
no outgoing calls
no test coverage detected