| Package | Description |
|---|---|
| org.jdom2.input |
Classes to build JDOM documents from various sources.
|
| org.jdom2.input.sax |
Support classes for building JDOM documents and content using SAX parsers.
|
| Class | Description |
|---|---|
| SAXEngine |
SAXEngine provides an interface to interact with either the SAXBuilder or the
SAXBuilderEngine.
|
| SAXHandler |
A support class for
SAXBuilder which listens for SAX events. |
| SAXHandlerFactory |
Provides SAXBuilder with SAXHandler instances to support SAX parsing.
|
| XMLReaderJDOMFactory |
This interface can be used to supply custom XMLReaders to
SAXBuilder. |
| Class | Description |
|---|---|
| AbstractReaderSchemaFactory |
This
AbstractReaderSchemaFactory class returns XMLReaders configured to
validate against the supplied Schema instance. |
| AbstractReaderXSDFactory |
This AbstractReaderJDOMFactory class returns XMLReaders configured to validate
against the supplied XML Schema (XSD) instance.
|
| AbstractReaderXSDFactory.SchemaFactoryProvider |
Simple interface makes it easier to pass logic around in static methods.
|
| SAXEngine |
SAXEngine provides an interface to interact with either the SAXBuilder or the
SAXBuilderEngine.
|
| SAXHandler |
A support class for
SAXBuilder which listens for SAX events. |
| SAXHandlerFactory |
Provides SAXBuilder with SAXHandler instances to support SAX parsing.
|
| XMLReaderJDOMFactory |
This interface can be used to supply custom XMLReaders to
SAXBuilder. |
| XMLReaders |
An enumeration of
XMLReaderJDOMFactory that allows for a single
central location to create XMLReaders. |
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.