MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / ToDocument

Method ToDocument

TinyXml/include/tinyxml/tinyxml.h:511–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 bool NoChildren() const { return !firstChild; }
510
511 TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
512 TiXmlElement* ToElement() const { return ( this && type == ELEMENT ) ? (TiXmlElement*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
513 TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
514 TiXmlUnknown* ToUnknown() const { return ( this && type == UNKNOWN ) ? (TiXmlUnknown*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.

Callers 1

GetDocumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected