Declare whether this should be CDATA or standard text.
| 903 | |
| 904 | /// Declare whether this should be CDATA or standard text. |
| 905 | void SetCData( bool isCData ) { |
| 906 | _isCData = isCData; |
| 907 | } |
| 908 | /// Returns true if this is a CDATA text element. |
| 909 | bool CData() const { |
| 910 | return _isCData; |
nothing calls this directly
no outgoing calls
no test coverage detected