MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / SetCDATA

Method SetCDATA

lesson7-Detection/src/utils/tinyxml.h:1245–1245  ·  view source on GitHub ↗

Turns on or off a CDATA representation of text.

Source from the content-addressed store, hash-verified

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

Callers 1

IdentifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected