Interface | Description |
---|---|
EscapeStrategy |
Logic to determine which characters should be formatted as character
entities.
|
Class | Description |
---|---|
DOMOutputter |
Outputs a JDOM
org.jdom.Document as a DOM org.w3c.dom.Document . |
Format |
Class to encapsulate XMLOutputter format options.
|
Format.TextMode |
Class to signify how text should be handled on output.
|
JDOMLocator |
An implementation of the SAX
Locator interface that
exposes the JDOM node being processed by SAXOutputter. |
SAXOutputter |
Outputs a JDOM document as a stream of SAX2 events.
|
XMLOutputter |
Outputs a JDOM document as a stream of bytes.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.