Return the errorID.
| 1886 | } |
| 1887 | /// Return the errorID. |
| 1888 | XMLError ErrorID() const { |
| 1889 | return _errorID; |
| 1890 | } |
| 1891 | const char* ErrorName() const; |
| 1892 | static const char* ErrorIDToName(XMLError errorID); |
| 1893 |
nothing calls this directly
no outgoing calls
no test coverage detected