| 1131 | virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ); |
| 1132 | |
| 1133 | virtual const TiXmlElement* ToElement() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1134 | virtual TiXmlElement* ToElement() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. |
| 1135 | |
| 1136 | /** Walk the XML tree visiting this node and all of its children. |
nothing calls this directly
no outgoing calls
no test coverage detected