Package | Description |
---|---|
org.jdom2.output.support |
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMOutputProcessor
This class provides a concrete implementation of
DOMOutputProcessor
for supporting the DOMOutputter . |
class |
AbstractSAXOutputProcessor
Outputs a JDOM document as a stream of SAX2 events.
|
class |
AbstractStAXEventProcessor
This class provides a concrete implementation of
StAXEventProcessor
for supporting the StAXEventOutputter . |
class |
AbstractStAXStreamProcessor
This class provides a concrete implementation of
StAXStreamProcessor
for supporting the StAXStreamOutputter . |
class |
AbstractStAXStreamReader
An
XMLStreamReader implementation that reads the XML document
out of a JDOM Document . |
class |
AbstractXMLOutputProcessor
This class provides a concrete implementation of
XMLOutputProcessor
for supporting the XMLOutputter . |
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.