|
JDOM 2.0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StAXEventProcessor | |
---|---|
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 | |
---|---|
StAXEventProcessor |
StAXEventOutputter.getStAXStream()
Returns the current XMLOutputProcessor instance in use by the StAXStreamOutputter. |
Methods in org.jdom2.output with parameters of type StAXEventProcessor | |
---|---|
void |
StAXEventOutputter.setStAXEventProcessor(StAXEventProcessor processor)
Sets a new XMLOutputProcessor instance for this StAXStreamOutputter. |
Constructors in org.jdom2.output with parameters of type StAXEventProcessor | |
---|---|
StAXEventOutputter(Format format,
StAXEventProcessor processor,
javax.xml.stream.XMLEventFactory eventfactory)
This will create an StAXStreamOutputter with the specified format
characteristics. |
|
StAXEventOutputter(StAXEventProcessor processor)
This will create an StAXStreamOutputter with the specified
XMLOutputProcessor. |
Uses of StAXEventProcessor in org.jdom2.output.support |
---|
Classes in org.jdom2.output.support that implement StAXEventProcessor | |
---|---|
class |
AbstractStAXEventProcessor
This class provides a concrete implementation of StAXEventProcessor
for supporting the StAXEventOutputter . |
|
JDOM 2.0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |