| 1927 | return 0; |
| 1928 | } |
| 1929 | virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const override{ |
| 1930 | return false; |
| 1931 | } |
| 1932 | |
| 1933 | private: |
| 1934 | XMLDocument( const XMLDocument& ); // not supported |
nothing calls this directly
no outgoing calls
no test coverage detected