Public Member Functions | |
DOMBuilder () | |
DOMBuilder (String adapterClass) | |
void | setFactory (JDOMFactory factory) |
JDOMFactory | getFactory () |
Document | build (org.w3c.dom.Document domDocument) |
org.jdom.Element | build (org.w3c.dom.Element domElement) |
Jason Hunter
Philip Nelson
Kevin Regan
Yusuf Goolamabbas
Dan Schaffer
Bradley S. Huffman
|
This creates a new DOMBuilder which will attempt to first locate a parser via JAXP, then will try to use a set of default parsers. The underlying parser will not validate. |
|
This creates a new DOMBuilder using the specified DOMAdapter implementation as a way to choose the underlying parser. The underlying parser will not validate.
|
|
This will build a JDOM Element from an existing DOM Element
|
|
This will build a JDOM tree from an existing DOM tree.
|
|
Returns the current org.jdom.JDOMFactory in use.
|