| 1323 | virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ); |
| 1324 | |
| 1325 | virtual const TiXmlDeclaration* ToDeclaration() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1326 | virtual TiXmlDeclaration* ToDeclaration() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1327 | |
| 1328 | /** Walk the XML tree visiting this node and all of its children. |
nothing calls this directly
no outgoing calls
no test coverage detected