JDOM
2.0.5

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

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

Methods in org.jdom2.output that return XMLOutputProcessor
 XMLOutputProcessor XMLOutputter.getXMLOutputProcessor()
          Returns the current XMLOutputProcessor instance in use by the XMLOutputter.
 

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

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

Uses of XMLOutputProcessor in org.jdom2.output.support
 

Classes in org.jdom2.output.support that implement XMLOutputProcessor
 class AbstractXMLOutputProcessor
          This class provides a concrete implementation of XMLOutputProcessor for supporting the XMLOutputter.
 


JDOM
2.0.5

Copyright � 2013 Jason Hunter, Brett McLaughlin. All Rights Reserved.