JDOM
1.0beta10

Uses of Interface
org.jdom.JDOMFactory

Packages that use JDOMFactory
org.jdom Classes to represent the components of an XML document. 
org.jdom.input Classes to build JDOM documents from various sources. 
org.jdom.transform Classes to help with transformations, based on the JAXP TrAX classes. 
 

Uses of JDOMFactory in org.jdom
 

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

Uses of JDOMFactory in org.jdom.input
 

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

Methods in org.jdom.input with parameters of type JDOMFactory
 void SAXBuilder.setFactory(JDOMFactory factory)
           
 void DOMBuilder.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 transformation result.
 

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


JDOM
1.0beta10

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