JDOM
0.0.5-BETA

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

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

Methods in org.jdom2.output that return DOMOutputProcessor
 DOMOutputProcessor DOMOutputter.getDOMOutputProcessor()
          Get the current DOMOutputProcessor
 

Methods in org.jdom2.output with parameters of type DOMOutputProcessor
 void DOMOutputter.setDOMOutputProcessor(DOMOutputProcessor processor)
          Set a new DOMOutputProcessor for this DOMOutputter.
 

Constructors in org.jdom2.output with parameters of type DOMOutputProcessor
DOMOutputter(DOMAdapter adapter, Format format, DOMOutputProcessor processor)
          The complete constructor for specifying a custom DOMAdaptor, Format, and DOMOutputProcessor.
DOMOutputter(DOMOutputProcessor processor)
          This creates a new DOMOutputter which uses the defalt (JAXP) DOM implementation but with a custom processor.
 

Uses of DOMOutputProcessor in org.jdom2.output.support
 

Classes in org.jdom2.output.support that implement DOMOutputProcessor
 class AbstractDOMOutputProcessor
          This class provides a concrete implementation of DOMOutputProcessor for supporting the DOMOutputter.
 


JDOM
0.0.5-BETA

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