Uses of Interface
org.cdmckay.coffeedom.CoffeeDOMFactory

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

Uses of CoffeeDOMFactory in org.cdmckay.coffeedom
 

Classes in org.cdmckay.coffeedom that implement CoffeeDOMFactory
 class DefaultCoffeeDOMFactory
          Creates the standard top-level CoffeeDOM classes (Element, Document, Comment, etc).
 class UncheckedCoffeeDOMFactory
          Special factory for building documents without any content or structure checking.
 

Uses of CoffeeDOMFactory in org.cdmckay.coffeedom.input
 

Methods in org.cdmckay.coffeedom.input that return CoffeeDOMFactory
 CoffeeDOMFactory SAXHandler.getFactory()
          Returns the factory used for constructing objects.
 CoffeeDOMFactory SAXBuilder.getFactory()
          Returns the current CoffeeDOMFactory in use.
 CoffeeDOMFactory DOMBuilder.getFactory()
          Returns the current CoffeeDOMFactory in use.
 

Methods in org.cdmckay.coffeedom.input with parameters of type CoffeeDOMFactory
 void SAXBuilder.setFactory(CoffeeDOMFactory factory)
          This sets a custom CoffeeDOMFactory for the builder.
 void DOMBuilder.setFactory(CoffeeDOMFactory factory)
           
 

Constructors in org.cdmckay.coffeedom.input with parameters of type CoffeeDOMFactory
SAXHandler(CoffeeDOMFactory factory)
          This will create a new SAXHandler that listens to SAX events and creates a CoffeeDOM Document.
 

Uses of CoffeeDOMFactory in org.cdmckay.coffeedom.transform
 

Methods in org.cdmckay.coffeedom.transform that return CoffeeDOMFactory
 CoffeeDOMFactory XSLTransformer.getFactory()
          Returns the custom CoffeeDOMFactory used to build the transformation result.
 CoffeeDOMFactory CoffeeDOMResult.getFactory()
          Returns the custom CoffeeDOMFactory used to build the transformation result.
 

Methods in org.cdmckay.coffeedom.transform with parameters of type CoffeeDOMFactory
 void XSLTransformer.setFactory(CoffeeDOMFactory factory)
          Sets a custom CoffeeDOMFactory to use when building the transformation result.
 void CoffeeDOMResult.setFactory(CoffeeDOMFactory factory)
          Sets a custom CoffeeDOMFactory to use when building the transformation result.
 



Copyright © 2011. All Rights Reserved.