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

Method ToElement

Source/3rdParty/tinyxml2/tinyxml2.h:1677–1679  ·  view source on GitHub ↗

Safe cast to XMLElement. This can return null.

Source from the content-addressed store, hash-verified

1675 }
1676 /// Safe cast to XMLElement. This can return null.
1677 XMLElement* ToElement() {
1678 return ((_node && _node->ToElement()) ? _node->ToElement() : 0);
1679 }
1680 /// Safe cast to XMLText. This can return null.
1681 XMLText* ToText() {
1682 return ((_node && _node->ToText()) ? _node->ToText() : 0);

Callers

nothing calls this directly

Calls 1

ToElementMethod · 0.45

Tested by

no test coverage detected