Uses of Interface
org.jdom2.output.support.StAXStreamReaderProcessor
Packages that use StAXStreamReaderProcessor
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 StAXStreamReaderProcessor in org.jdom2.output
Methods in org.jdom2.output that return StAXStreamReaderProcessorModifier and TypeMethodDescriptionStAXStreamReader.getStAXAsStreamProcessor()
Returns the current XMLOutputProcessor instance in use by the StAXStreamReader.Methods in org.jdom2.output with parameters of type StAXStreamReaderProcessorModifier and TypeMethodDescriptionvoid
StAXStreamReader.setStAXAsStreamProcessor
(StAXStreamReaderProcessor processor) Sets a new StAXStreamReaderProcessor instance for this StAXStreamReader.Constructors in org.jdom2.output with parameters of type StAXStreamReaderProcessorModifierConstructorDescriptionStAXStreamReader
(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 StAXStreamReaderProcessorModifier and TypeClassDescriptionclass
A complete (but still abstract) implementation of a class that produces XMLStreamReaders based on the class AbstractXMLStreamReader.