| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
SAXHandlerFactory |
SAXBuilder.getSAXHandlerFactory() |
Get the SAXHandlerFactory used to supply SAXHandlers to this SAXBuilder.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SAXBuilder.setSAXHandlerFactory(SAXHandlerFactory factory) |
Set the SAXHandlerFactory to be used by this SAXBuilder.
|
| Constructor | Description |
|---|---|
SAXBuilder(XMLReaderJDOMFactory xmlreaderfactory,
SAXHandlerFactory handlerfactory,
JDOMFactory jdomfactory) |
Creates a new SAXBuilder.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultSAXHandlerFactory |
This SAXHandlerFactory instance provides default-configured SAXHandler
instances for all non-custom situations.
|
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.