| 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 |
|---|---|
protected void |
SAXBuilder.configureParser(org.xml.sax.XMLReader parser,
SAXHandler contentHandler)
This configures the XMLReader to be used for reading the XML document.
|
| Modifier and Type | Method and Description |
|---|---|
SAXHandler |
SAXHandlerFactory.createSAXHandler(JDOMFactory factory)
Create a new SAXHandler instance for SAXBuilder to use.
|
SAXHandler |
DefaultSAXHandlerFactory.createSAXHandler(JDOMFactory factory) |
| Constructor and Description |
|---|
SAXBuilderEngine(org.xml.sax.XMLReader reader,
SAXHandler handler,
boolean validating)
Creates a new SAXBuilderEngine.
|
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.