Returns true if this is a CDATA text element.
| 989 | } |
| 990 | /// Returns true if this is a CDATA text element. |
| 991 | bool CData() const { |
| 992 | return _isCData; |
| 993 | } |
| 994 | |
| 995 | virtual XMLNode* ShallowClone( XMLDocument* document ) const; |
| 996 | virtual bool ShallowEqual( const XMLNode* compare ) const; |
nothing calls this directly
no outgoing calls
no test coverage detected