MCPcopy Create free account
hub / github.com/DFHack/dfhack / ToText

Method ToText

depends/tinyxml/tinyxml.h:1691–1691  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1689 /** Return the handle as a TiXmlText. This may return null.
1690 */
1691 TiXmlText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); }
1692 /** Return the handle as a TiXmlUnknown. This may return null.
1693 */
1694 TiXmlUnknown* ToUnknown() const { return ( ( node && node->ToUnknown() ) ? node->ToUnknown() : 0 ); }

Callers

nothing calls this directly

Calls 1

ToTextMethod · 0.45

Tested by

no test coverage detected