| Interface | Description |
|---|---|
| ISAXErrorHandler |
Extended
ErrorHandler interface with chaining method. |
| Class | Description |
|---|---|
| AbstractSAXErrorHandler |
java.xml error handler base class.
|
| CachingSAXInputSource |
InputSource that ensures that the passed
InputStream is closed. |
| CollectingSAXErrorHandler |
An error handler implementation that stores all warnings, errors and fatal
errors.
|
| DefaultEntityResolver |
A simple version of
EntityResolver using
SimpleLSResourceResolver with a base URL. |
| DoNothingSAXErrorHandler |
java.xml error handler that ignores all errors.
|
| EmptyEntityResolver |
Special
EntityResolver implementation that always delivers an empty
document. |
| InputSourceFactory |
Factory class to create the correct
InputSource objects for different
input types. |
| LoggingSAXErrorHandler |
java.xml error handler that simply logs data to a logger.
|
| ReadableResourceSAXInputSource | |
| StringSAXInputSource |
Special
InputSource implementation that reads from a predefined
String. |
| WrappedCollectingSAXErrorHandler |
An error handler implementation that stores all warnings, errors and fatal
errors.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.