MCPcopy Create free account
hub / github.com/JayXon/Leanify / SetCData

Function SetCData

lib/tinyxml2/tinyxml2.h:945–947  ·  view source on GitHub ↗

Declare whether this should be CDATA or standard text.

Source from the content-addressed store, hash-verified

943
944 /// Declare whether this should be CDATA or standard text.
945 void SetCData( bool isCData ) {
946 _isCData = isCData;
947 }
948 /// Returns true if this is a CDATA text element.
949 bool CData() const {
950 return _isCData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected