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

Method ToElement

ogsr_engine/xrCore/XML_Parser/tinyxml.h:659–659  ·  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

657
658 virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
659 virtual const TiXmlElement* ToElement() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
660 virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
661 virtual const TiXmlUnknown* ToUnknown() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
662 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.

Callers 6

ReadAttribMethod · 0.45
SearchForAttributeMethod · 0.45
FirstChildElementMethod · 0.45
NextSiblingElementMethod · 0.45
ToElementMethod · 0.45
StreamInMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected