| 类 | 说明 |
|---|---|
| DOMBuilder |
Builds a JDOM Document from a pre-existing DOM
org.w3c.dom.Document. |
| SAXBuilder |
Builds a JDOM Document using a SAX parser.
|
| StAXEventBuilder |
Builds a JDOM Document from a StAX-based XMLEventReader.
|
| StAXStreamBuilder |
Builds a JDOM Document from a StAX-based XMLStreamReader.
|
| StAXStreamWriter |
An
XMLStreamWriter implementation that writes XML data to a new JDOM
Document. |
| 异常错误 | 说明 |
|---|---|
| JDOMParseException |
Thrown during parse errors, with information about where the parse error
occurred as well as access to the partially built document.
|