JDOM
0.0.5-BETA

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

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

Methods in org.jdom2.output that return SAXOutputProcessor
 SAXOutputProcessor SAXOutputter.getSAXOutputProcessor()
          Get the current SAXOutputProcessor being used for output.
 

Methods in org.jdom2.output with parameters of type SAXOutputProcessor
 void SAXOutputter.setSAXOutputProcessor(SAXOutputProcessor processor)
          Set the current SAXOutputProcessor to be used for output.
 

Constructors in org.jdom2.output with parameters of type SAXOutputProcessor
SAXOutputter(SAXOutputProcessor processor, Format format, org.xml.sax.ContentHandler contentHandler, org.xml.sax.ErrorHandler errorHandler, org.xml.sax.DTDHandler dtdHandler, org.xml.sax.EntityResolver entityResolver, org.xml.sax.ext.LexicalHandler lexicalHandler)
          This will create a SAXOutputter with the specified SAX2 handlers.
 

Uses of SAXOutputProcessor in org.jdom2.output.support
 

Classes in org.jdom2.output.support that implement SAXOutputProcessor
 class AbstractSAXOutputProcessor
          Outputs a JDOM document as a stream of SAX2 events.
 


JDOM
0.0.5-BETA

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