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(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(XMLReader reader,
SAXHandler handler,
boolean validating)
Creates a new SAXBuilderEngine.
|
Copyright ? 2016 Jason Hunter, Brett McLaughlin. All Rights Reserved.