Public Methods | |
DOMOutputter () | |
DOMOutputter (String adapterClass) | |
org.w3c.dom.Document | output (Document document) throws JDOMException |
org.w3c.dom.Element | output (Element element) throws JDOMException |
org.w3c.dom.Attr | output (Attribute attribute) throws JDOMException |
Protected Methods | |
org.w3c.dom.Element | output (Element element, org.w3c.dom.Document domDoc, NamespaceStack namespaces) throws JDOMException |
org.w3c.dom.Attr | output (Attribute attribute, org.w3c.dom.Document domDoc) throws JDOMException |
|
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
|
|
This converts the JDOM
|
|
This converts the JDOM
|