MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ToElement

Method ToElement

ogsr_engine/xrCore/XML_Parser/tinyxml.h:1604–1604  ·  view source on GitHub ↗

Return the handle as a TiXmlElement. This may return null. */

Source from the content-addressed store, hash-verified

1602 /** Return the handle as a TiXmlElement. This may return null.
1603 */
1604 TiXmlElement* ToElement() const { return ((node && node->ToElement()) ? node->ToElement() : 0); }
1605 /** Return the handle as a TiXmlText. This may return null.
1606 */
1607 TiXmlText* ToText() const { return ((node && node->ToText()) ? node->ToText() : 0); }

Callers

nothing calls this directly

Calls 1

ToElementMethod · 0.45

Tested by

no test coverage detected