MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SetCData

Function SetCData

sourcecommon/tinyxml2.h:905–907  ·  view source on GitHub ↗

Declare whether this should be CDATA or standard text.

Source from the content-addressed store, hash-verified

903
904 /// Declare whether this should be CDATA or standard text.
905 void SetCData( bool isCData ) {
906 _isCData = isCData;
907 }
908 /// Returns true if this is a CDATA text element.
909 bool CData() const {
910 return _isCData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected