Package | Description |
---|---|
org.jdom.input |
Classes to build JDOM documents from various sources.
|
Modifier and Type | Method and Description |
---|---|
protected SAXHandler |
SAXBuilder.createContentHandler()
This creates the SAXHandler that will be used to build the Document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAXBuilder.configureContentHandler(SAXHandler contentHandler)
This configures the SAXHandler that will be used to build the Document.
|
protected void |
SAXBuilder.configureParser(org.xml.sax.XMLReader parser,
SAXHandler contentHandler)
This configures the XMLReader to be used for reading the XML document.
|
Copyright © 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.