Interface | Description |
---|---|
ParsingExceptionCallback |
Interface to receive parsing exceptions.
|
Class | Description |
---|---|
ExceptionLoggingCallback |
Simple parsing exception callback that only logs the encountered parsing exception to java util logging.
|
ExceptionThrowingCallback |
Parsing exception callback class that simply throws the encountered parsing exception.
|
ExceptionThrowingCallbackWithHint |
Like
ExceptionThrowingCallback but additionally logs a warning message. |
StandardExtensionElementProvider |
The parser for
StandardExtensionElement s. |