| 1317 | // Print this declaration to a FILE stream. |
| 1318 | virtual void Print( FILE* cfile, int depth, TIXML_STRING* str ) const; |
| 1319 | virtual void Print( FILE* cfile, int depth ) const { |
| 1320 | Print( cfile, depth, 0 ); |
| 1321 | } |
| 1322 | |
| 1323 | virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ); |
| 1324 |
nothing calls this directly
no outgoing calls
no test coverage detected