Declare whether this should be CDATA or standard text.
| 943 | |
| 944 | /// Declare whether this should be CDATA or standard text. |
| 945 | void SetCData( bool isCData ) { |
| 946 | _isCData = isCData; |
| 947 | } |
| 948 | /// Returns true if this is a CDATA text element. |
| 949 | bool CData() const { |
| 950 | return _isCData; |
nothing calls this directly
no outgoing calls
no test coverage detected