Uses of Interface
org.jdom2.output.support.StAXStreamProcessor
-
Packages that use StAXStreamProcessor Package Description org.jdom2.output Classes to output JDOM documents to various destinations.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. -
-
Uses of StAXStreamProcessor in org.jdom2.output
Methods in org.jdom2.output that return StAXStreamProcessor Modifier and Type Method Description StAXStreamProcessor
StAXStreamOutputter. getStAXStream()
Returns the current XMLOutputProcessor instance in use by the StAXStreamOutputter.Methods in org.jdom2.output with parameters of type StAXStreamProcessor Modifier and Type Method Description void
StAXStreamOutputter. setStAXStreamProcessor(StAXStreamProcessor processor)
Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.Constructors in org.jdom2.output with parameters of type StAXStreamProcessor Constructor Description StAXStreamOutputter(Format format, StAXStreamProcessor processor)
This will create anStAXStreamOutputter
with the specified format characteristics.StAXStreamOutputter(StAXStreamProcessor processor)
This will create anStAXStreamOutputter
with the specified XMLOutputProcessor. -
Uses of StAXStreamProcessor in org.jdom2.output.support
Classes in org.jdom2.output.support that implement StAXStreamProcessor Modifier and Type Class Description class
AbstractStAXStreamProcessor
This class provides a concrete implementation ofStAXStreamProcessor
for supporting theStAXStreamOutputter
.
-