Class | Description |
---|---|
BuilderErrorHandler |
The standard JDOM error handler implementation.
|
DOMBuilder |
Builds a JDOM
org.jdom.Document from a pre-existing
DOM org.w3c.dom.Document . |
SAXBuilder |
Builds a JDOM document from files, streams, readers, URLs, or a SAX
InputSource instance using a SAX parser. |
SAXHandler |
A support class for
SAXBuilder . |
Exception | Description |
---|---|
JDOMParseException |
Thrown during parse errors, with information about where the parse error
occurred as well as access to the partially built document.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.