Queries whether this represents text using a CDATA section.
| 1159 | |
| 1160 | /// Queries whether this represents text using a CDATA section. |
| 1161 | bool CDATA() const { return cdata; } |
| 1162 | /// Turns on or off a CDATA representation of text. |
| 1163 | void SetCDATA(bool _cdata) { cdata = _cdata; } |
| 1164 |
no outgoing calls
no test coverage detected