Uses of Interface
org.jdom.input.JDOMFactory

Packages that use JDOMFactory
org.jdom.input   
org.jdom.transform   
 

Uses of JDOMFactory in org.jdom.input
 

Classes in org.jdom.input that implement JDOMFactory
 class DefaultJDOMFactory
          DefaultJDOMFactory creates the standard top-level JDOM classes (Element, Document, Comment, etc).
 

Fields in org.jdom.input declared as JDOMFactory
protected  JDOMFactory SAXBuilder.factory
          The factory for creating new JDOM objects
 

Methods in org.jdom.input that return JDOMFactory
 JDOMFactory SAXHandler.getFactory()
           Returns the factory used for constructing objects.
 

Methods in org.jdom.input with parameters of type JDOMFactory
 void DOMBuilder.setFactory(JDOMFactory factory)
           
 void SAXBuilder.setFactory(JDOMFactory factory)
           
 

Constructors in org.jdom.input with parameters of type JDOMFactory
SAXHandler(JDOMFactory factory)
           This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
 

Uses of JDOMFactory in org.jdom.transform
 

Methods in org.jdom.transform that return JDOMFactory
 JDOMFactory JDOMResult.getFactory()
          Returns the custom JDOMFactory used to build the result document.
 

Methods in org.jdom.transform with parameters of type JDOMFactory
 void JDOMResult.setFactory(JDOMFactory factory)
          Sets a custom JDOMFactory to use when building the result document.
 



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