@deprecated use ToNode. Return the handle as a TiXmlNode. This may return null. */
| 1945 | Return the handle as a TiXmlNode. This may return null. |
| 1946 | */ |
| 1947 | TiXmlNode *Node() const |
| 1948 | { return ToNode(); } |
| 1949 | |
| 1950 | /** @deprecated use ToElement. |
| 1951 | Return the handle as a TiXmlElement. This may return null. |
no test coverage detected