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

Method ToText

Source/3rdParty/tinyxml2/tinyxml2.h:1681–1683  ·  view source on GitHub ↗

Safe cast to XMLText. This can return null.

Source from the content-addressed store, hash-verified

1679 }
1680 /// Safe cast to XMLText. This can return null.
1681 XMLText* ToText() {
1682 return ((_node && _node->ToText()) ? _node->ToText() : 0);
1683 }
1684 /// Safe cast to XMLUnknown. This can return null.
1685 XMLUnknown* ToUnknown() {
1686 return ((_node && _node->ToUnknown()) ? _node->ToUnknown() : 0);

Callers

nothing calls this directly

Calls 1

ToTextMethod · 0.45

Tested by

no test coverage detected