Public Member Functions | |
DOMOutputter () | |
DOMOutputter (String adapterClass) | |
org.w3c.dom.Document | output (Document document) throws JDOMException |
Jason Hunter
Matthew Merlo
Dan Schaffer
Yusuf Goolamabbas
Bradley S. Huffman
|
This creates a new DOMOutputter which will attempt to first locate a DOM implementation to use via JAXP, and if JAXP does not exist or there's a problem, will fall back to the default parser. |
|
This creates a new DOMOutputter using the specified DOMAdapter implementation as a way to choose the underlying parser.
|
|
This converts the JDOM
|