JDOM
2.0.2

Uses of Interface
org.jdom2.output.support.StAXStreamProcessor

Packages that use StAXStreamProcessor
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 StAXStreamProcessor in org.jdom2.output
 

Methods in org.jdom2.output that return StAXStreamProcessor
 StAXStreamProcessor StAXStreamOutputter.getStAXStream()
          Returns the current XMLOutputProcessor instance in use by the StAXStreamOutputter.
 

Methods in org.jdom2.output with parameters of type StAXStreamProcessor
 void StAXStreamOutputter.setStAXStreamProcessor(StAXStreamProcessor processor)
          Sets a new XMLOutputProcessor instance for this StAXStreamOutputter.
 

Constructors in org.jdom2.output with parameters of type StAXStreamProcessor
StAXStreamOutputter(Format format, StAXStreamProcessor processor)
          This will create an StAXStreamOutputter with the specified format characteristics.
StAXStreamOutputter(StAXStreamProcessor processor)
          This will create an StAXStreamOutputter with the specified XMLOutputProcessor.
 

Uses of StAXStreamProcessor in org.jdom2.output.support
 

Classes in org.jdom2.output.support that implement StAXStreamProcessor
 class AbstractStAXStreamProcessor
          This class provides a concrete implementation of StAXStreamProcessor for supporting the StAXStreamOutputter.
 


JDOM
2.0.2

Copyright © 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.