Classes to build JDOM documents from various sources.
See: Description
| Class Summary | |
|---|---|
| BuilderErrorHandler | The standard JDOM error handler implementation. |
| DOMBuilder | Builds a JDOM {@link org.jdom.Document org.jdom.Document} from a pre-existing DOM {@link org.w3c.dom.Document org.w3c.dom.Document}. |
| JDOMParseException | Thrown during parse errors, with information about where the parse error occurred as well as access to the partially built document. |
| SAXBuilder | Builds a JDOM document from files, streams, readers, URLs, or a SAX {@link org.xml.sax.InputSource} instance using a SAX parser. |
| SAXHandler | A support class for {@link SAXBuilder}. |