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

Function CData

sourcecommon/tinyxml2.h:909–911  ·  view source on GitHub ↗

Returns true if this is a CDATA text element.

Source from the content-addressed store, hash-verified

907 }
908 /// Returns true if this is a CDATA text element.
909 bool CData() const {
910 return _isCData;
911 }
912
913 char* ParseDeep( char*, StrPair* endTag );
914 virtual XMLNode* ShallowClone( XMLDocument* document ) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected