Uses of Interface
org.jdom2.output.support.StAXEventProcessor
-
Packages that use StAXEventProcessor 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 StAXEventProcessor in org.jdom2.output
Methods in org.jdom2.output that return StAXEventProcessor Modifier and Type Method Description StAXEventProcessor
StAXEventOutputter. getStAXStream()
Returns the current XMLOutputProcessor instance in use by the StAXStreamOutputter.Methods in org.jdom2.output with parameters of type StAXEventProcessor Modifier and Type Method Description void
StAXEventOutputter. setStAXEventProcessor(StAXEventProcessor processor)
Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.Constructors in org.jdom2.output with parameters of type StAXEventProcessor Constructor Description StAXEventOutputter(Format format, StAXEventProcessor processor, javax.xml.stream.XMLEventFactory eventfactory)
This will create anStAXStreamOutputter
with the specified format characteristics.StAXEventOutputter(StAXEventProcessor processor)
This will create anStAXStreamOutputter
with the specified XMLOutputProcessor. -
Uses of StAXEventProcessor in org.jdom2.output.support
Classes in org.jdom2.output.support that implement StAXEventProcessor Modifier and Type Class Description class
AbstractStAXEventProcessor
This class provides a concrete implementation ofStAXEventProcessor
for supporting theStAXEventOutputter
.
-