Uses of Interface
org.jdom2.output.support.StAXEventProcessor
Packages that use StAXEventProcessor
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 StAXEventProcessor in org.jdom2.output
Methods in org.jdom2.output that return StAXEventProcessorModifier and TypeMethodDescriptionStAXEventOutputter.getStAXStream()Returns the current XMLOutputProcessor instance in use by the StAXStreamOutputter.Methods in org.jdom2.output with parameters of type StAXEventProcessorModifier and TypeMethodDescriptionvoidStAXEventOutputter.setStAXEventProcessor(StAXEventProcessor processor) Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.Constructors in org.jdom2.output with parameters of type StAXEventProcessorModifierConstructorDescriptionStAXEventOutputter(Format format, StAXEventProcessor processor, XMLEventFactory eventfactory) This will create anStAXStreamOutputterwith the specified format characteristics.StAXEventOutputter(StAXEventProcessor processor) This will create anStAXStreamOutputterwith the specified XMLOutputProcessor. -
Uses of StAXEventProcessor in org.jdom2.output.support
Classes in org.jdom2.output.support that implement StAXEventProcessorModifier and TypeClassDescriptionclassThis class provides a concrete implementation ofStAXEventProcessorfor supporting theStAXEventOutputter.