MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / CData

Function CData

3rdparty/tinyxml2/tinyxml2.h:1011–1013  ·  view source on GitHub ↗

Returns true if this is a CDATA text element.

Source from the content-addressed store, hash-verified

1009 }
1010 /// Returns true if this is a CDATA text element.
1011 bool CData() const {
1012 return _isCData;
1013 }
1014
1015 virtual XMLNode* ShallowClone( XMLDocument* document ) const override;
1016 virtual bool ShallowEqual( const XMLNode* compare ) const override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected