Returns true if this is a CDATA text element.
| 1009 | } |
| 1010 | /// Returns true if this is a CDATA text element. |
| 1011 | bool CData() const { |
| 1012 | return _isCData; |
| 1013 | } |
| 1014 | |
| 1015 | virtual XMLNode* ShallowClone( XMLDocument* document ) const override; |
| 1016 | virtual bool ShallowEqual( const XMLNode* compare ) const override; |
nothing calls this directly
no outgoing calls
no test coverage detected