| 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 |
|---|---|---|
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 | Description |
|---|---|---|
SAXHandler |
DefaultSAXHandlerFactory.createSAXHandler(JDOMFactory factory) |
|
SAXHandler |
SAXHandlerFactory.createSAXHandler(JDOMFactory factory) |
Create a new SAXHandler instance for SAXBuilder to use.
|
| Constructor | Description |
|---|---|
SAXBuilderEngine(org.xml.sax.XMLReader reader,
SAXHandler handler,
boolean validating) |
Creates a new SAXBuilderEngine.
|
Copyright ? 2019 Jason Hunter, Brett McLaughlin. All Rights Reserved.