MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ToText

Method ToText

Source/3rdParty/tinyxml2/tinyxml2.h:1749–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1747 return ((_node && _node->ToElement()) ? _node->ToElement() : 0);
1748 }
1749 const XMLText* ToText() const {
1750 return ((_node && _node->ToText()) ? _node->ToText() : 0);
1751 }
1752 const XMLUnknown* ToUnknown() const {
1753 return ((_node && _node->ToUnknown()) ? _node->ToUnknown() : 0);
1754 }

Callers

nothing calls this directly

Calls 1

ToTextMethod · 0.45

Tested by

no test coverage detected