MCPcopy Create free account
hub / github.com/DFHack/dfhack / CDATA

Method CDATA

depends/tinyxml/tinyxml.h:1243–1243  ·  view source on GitHub ↗

Queries whether this represents text using a CDATA section.

Source from the content-addressed store, hash-verified

1241
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; }
1246

Callers 2

VisitEnterMethod · 0.80
VisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected