|
JDOM2 0.0.2-BETA |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| StAXFilter | In StAX Processing it is possible to read fragments of XML. |
| Class Summary | |
|---|---|
| DefaultStAXFilter | This DefaultStAXFilter includes all content and prunes nothing. |
| DOMBuilder | Builds a JDOM org.jdom2.Document from a pre-existing
DOM org.w3c.dom.Document. |
| DTDParser | Parses out key information from a single String representing a DOCTYPE declaration. |
| SAXBuilder | Builds a JDOM document using a SAX parser. |
| StAXEventBuilder | Builds a JDOM document from a StAX-based XMLStremReader. |
| StAXStreamBuilder | Builds a JDOM document from a StAX-based XMLStremReader. |
| Exception Summary | |
|---|---|
| JDOMParseException | Thrown during parse errors, with information about where the parse error occurred as well as access to the partially built document. |
Classes to build JDOM documents from various sources. The most common builder class is SAXBuilder which constructs a JDOM document using a SAX parser and can pull content from files, streams, sockets, readers, and so on. It can use any underlying SAX parser to handle the parsing chores. SAXHandler provides support for SAXBuilder. DOMBuilder lets you build from a pre-existing DOM tree.
|
JDOM2 0.0.2-BETA |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||