MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / CDATA

Method CDATA

ogsr_engine/xrCore/XML_Parser/tinyxml.h:1161–1161  ·  view source on GitHub ↗

Queries whether this represents text using a CDATA section.

Source from the content-addressed store, hash-verified

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

Callers 2

VisitEnterMethod · 0.80
VisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected