Get user data set into the XMLNode. TinyXML-2 in no way processes or interprets user data. It is initially 0. */
| 946 | It is initially 0. |
| 947 | */ |
| 948 | void* GetUserData() const { return _userData; } |
| 949 | |
| 950 | protected: |
| 951 | explicit XMLNode( XMLDocument* ); |
nothing calls this directly
no outgoing calls
no test coverage detected