| 1680 | char* Identify( char* p, XMLNode** node ); |
| 1681 | |
| 1682 | virtual XMLNode* ShallowClone( XMLDocument* /*document*/ ) const { |
| 1683 | return 0; |
| 1684 | } |
| 1685 | virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const { |
| 1686 | return false; |
| 1687 | } |
nothing calls this directly
no outgoing calls
no test coverage detected