@deprecated use ToText() Return the handle as a TiXmlText. This may return null. */
| 1705 | Return the handle as a TiXmlText. This may return null. |
| 1706 | */ |
| 1707 | TiXmlText* Text() const { return ToText(); } |
| 1708 | /** @deprecated use ToUnknown() |
| 1709 | Return the handle as a TiXmlUnknown. This may return null. |
| 1710 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected