MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ToNode

Function ToNode

sourcecommon/tinyxml2.h:1820–1822  ·  view source on GitHub ↗

Safe cast to XMLNode. This can return null.

Source from the content-addressed store, hash-verified

1818
1819 /// Safe cast to XMLNode. This can return null.
1820 XMLNode* ToNode() {
1821 return _node;
1822 }
1823 /// Safe cast to XMLElement. This can return null.
1824 XMLElement* ToElement() {
1825 return ( ( _node == 0 ) ? 0 : _node->ToElement() );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected