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

Method ToElement

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

< Cast to a more defined type. Will return null if not of the requested type.

Source from the content-addressed store, hash-verified

696
697 virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
698 virtual const TiXmlElement* ToElement() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
699 virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
700 virtual const TiXmlUnknown* ToUnknown() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
701 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.

Callers 5

ParseVersionMethod · 0.45
FirstChildElementMethod · 0.45
NextSiblingElementMethod · 0.45
ToElementMethod · 0.45
StreamInMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected