MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / CData

Function CData

ReClass/tinyxml2.h:991–993  ·  view source on GitHub ↗

Returns true if this is a CDATA text element.

Source from the content-addressed store, hash-verified

989 }
990 /// Returns true if this is a CDATA text element.
991 bool CData() const {
992 return _isCData;
993 }
994
995 virtual XMLNode* ShallowClone( XMLDocument* document ) const;
996 virtual bool ShallowEqual( const XMLNode* compare ) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected