Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:CDATA

1208 	and CDATA. It will default to the mode it was parsed from the XML file and
1210 SetCDATA() and query it with CDATA().
1217 normal, encoded text. If you want it be output as a CDATA text
1223 cdata = false;
1232 cdata = false;
1242 /// Queries whether this represents text using a CDATA section.
1243 bool CDATA() const { return cdata; }
1244 /// Turns on or off a CDATA representation of text.
1245 void SetCDATA( bool _cdata ) { cdata = _cdata; }
1268 bool cdata; // true if this should be input and output as a CDATA style text element