| 1462 | CLOSING // </foo> |
| 1463 | }; |
| 1464 | int ClosingType() const { |
| 1465 | return _closingType; |
| 1466 | } |
| 1467 | char* ParseDeep( char* p, StrPair* endTag ); |
| 1468 | virtual XMLNode* ShallowClone( XMLDocument* document ) const; |
| 1469 | virtual bool ShallowEqual( const XMLNode* compare ) const; |
nothing calls this directly
no outgoing calls
no test coverage detected