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