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. */
| 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. |
no outgoing calls
no test coverage detected