Uses of Interface
org.jdom2.output.support.StAXStreamProcessor
Packages that use StAXStreamProcessor
Package
Description
Classes to output JDOM documents to various destinations.
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 StAXStreamProcessorModifier and TypeMethodDescriptionStAXStreamOutputter.getStAXStream()
Returns the current XMLOutputProcessor instance in use by the StAXStreamOutputter.Methods in org.jdom2.output with parameters of type StAXStreamProcessorModifier and TypeMethodDescriptionvoid
StAXStreamOutputter.setStAXStreamProcessor
(StAXStreamProcessor processor) Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.Constructors in org.jdom2.output with parameters of type StAXStreamProcessorModifierConstructorDescriptionStAXStreamOutputter
(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 StAXStreamProcessorModifier and TypeClassDescriptionclass
This class provides a concrete implementation ofStAXStreamProcessor
for supporting theStAXStreamOutputter
.