| 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.
|
| 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 |
Special
InputSource implementation that reads from
IReadableResource or IInputStreamProvider objects. |
| StringSAXInputSource |
Special
InputSource implementation that reads from a predefined
String. |
Copyright © 2006–2014 phloc systems. All rights reserved.