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(XMLReader parser,
SAXHandler contentHandler)
This configures the XMLReader to be used for reading the XML document.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.