Turns on or off a CDATA representation of text.
| 1243 | bool CDATA() const { return cdata; } |
| 1244 | /// Turns on or off a CDATA representation of text. |
| 1245 | void SetCDATA( bool _cdata ) { cdata = _cdata; } |
| 1246 | |
| 1247 | virtual const char* Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ); |
| 1248 |