| 1530 | void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding ); |
| 1531 | |
| 1532 | virtual const TiXmlDocument* ToDocument() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1533 | virtual TiXmlDocument* ToDocument() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1534 | |
| 1535 | /** Walk the XML tree visiting this node and all of its children. |
nothing calls this directly
no outgoing calls
no test coverage detected