| 1184 | virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ); |
| 1185 | |
| 1186 | virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1187 | virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1188 | |
| 1189 | /** Walk the XML tree visiting this node and all of its children. |
nothing calls this directly
no outgoing calls
no test coverage detected