| 36 | static std::string s_LastParseErrorMessage ; |
| 37 | |
| 38 | inline static ElementXMLImpl* GetElementFromHandle(ElementXML_Handle hXML) |
| 39 | { |
| 40 | return reinterpret_cast<ElementXMLImpl*>(hXML) ; |
| 41 | } |
| 42 | |
| 43 | //////////////////////////////////////////////////////////////// |
| 44 | // |
no outgoing calls
no test coverage detected