Return the handle as a TiXmlNode. This may return null. */
| 1683 | /** Return the handle as a TiXmlNode. This may return null. |
| 1684 | */ |
| 1685 | TiXmlNode* ToNode() const { return node; } |
| 1686 | /** Return the handle as a TiXmlElement. This may return null. |
| 1687 | */ |
| 1688 | TiXmlElement* ToElement() const { return ( ( node && node->ToElement() ) ? node->ToElement() : 0 ); } |
nothing calls this directly
no outgoing calls
no test coverage detected