Declare whether this should be CDATA or standard text.
| 1005 | |
| 1006 | /// Declare whether this should be CDATA or standard text. |
| 1007 | void SetCData( bool isCData ) { |
| 1008 | _isCData = isCData; |
| 1009 | } |
| 1010 | /// Returns true if this is a CDATA text element. |
| 1011 | bool CData() const { |
| 1012 | return _isCData; |
nothing calls this directly
no outgoing calls
no test coverage detected