Return the errorID.
| 1658 | } |
| 1659 | /// Return the errorID. |
| 1660 | XMLError ErrorID() const { |
| 1661 | return _errorID; |
| 1662 | } |
| 1663 | const char* ErrorName() const; |
| 1664 | |
| 1665 | /// Return a possibly helpful diagnostic location or string. |
nothing calls this directly
no outgoing calls
no test coverage detected