Uses of Interface
org.jdom2.output.support.StAXStreamReaderProcessor
-
Packages that use StAXStreamReaderProcessor 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 StAXStreamReaderProcessor in org.jdom2.output
Methods in org.jdom2.output that return StAXStreamReaderProcessor Modifier and Type Method Description StAXStreamReaderProcessor
StAXStreamReader. getStAXAsStreamProcessor()
Returns the current XMLOutputProcessor instance in use by the StAXStreamReader.Methods in org.jdom2.output with parameters of type StAXStreamReaderProcessor Modifier and Type Method Description void
StAXStreamReader. setStAXAsStreamProcessor(StAXStreamReaderProcessor processor)
Sets a new StAXStreamReaderProcessor instance for this StAXStreamReader.Constructors in org.jdom2.output with parameters of type StAXStreamReaderProcessor Constructor Description StAXStreamReader(Format format, StAXStreamReaderProcessor processor)
This will create anXMLOutputter
with the specified format characteristics.StAXStreamReader(StAXStreamReaderProcessor processor)
This will create anXMLOutputter
with the specified XMLOutputProcessor. -
Uses of StAXStreamReaderProcessor in org.jdom2.output.support
Classes in org.jdom2.output.support that implement StAXStreamReaderProcessor Modifier and Type Class Description class
AbstractStAXStreamReaderProcessor
A complete (but still abstract) implementation of a class that produces XMLStreamReaders based on the class AbstractXMLStreamReader.
-