Interface StAXStreamProcessor

All Known Implementing Classes:
AbstractStAXStreamProcessor

public interface StAXStreamProcessor
This interface provides a base support for the StAXStreamOutputter.

People who want to create a custom StAXStreamProcessor for StAXStreamOutputter are able to implement this interface.

The AbstractStAXStreamProcessor class is a full implementation of this interface and is fully customisable. People who want a custom StAXStreamOutputter are encouraged to extend the AbstractStAXStreamProcessor rather than do a full re-implementation of this interface.

Since:
JDOM2
Author:
Rolf Lear
See Also: