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

Method Type

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

Query the type (as an enumerated value, above) of this node. The possible types are: TINYXML_DOCUMENT, TINYXML_ELEMENT, TINYXML_COMMENT, TINYXML_UNKNOWN, TINYXML_TEXT, and TINYXML_DECLARATION. */

Source from the content-addressed store, hash-verified

682 TINYXML_UNKNOWN, TINYXML_TEXT, and TINYXML_DECLARATION.
683 */
684 int Type() const { return type; }
685
686 /** Return a pointer to the Document this node lives in.
687 Returns null if not in a document.

Callers 4

LinkEndChildMethod · 0.80
InsertEndChildMethod · 0.80
InsertBeforeChildMethod · 0.80
InsertAfterChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected