| 71 | } |
| 72 | |
| 73 | void XMLHandler::warning(const SAXParseException & exception) |
| 74 | { |
| 75 | warning(LOAD, sm_.convert(exception.getMessage()), exception.getLineNumber(), exception.getColumnNumber()); |
| 76 | } |
| 77 | |
| 78 | void XMLHandler::fatalError(ActionMode mode, const String & msg, UInt line, UInt column) const |
| 79 | { |
nothing calls this directly
no test coverage detected