Uses of Package
org.cdmckay.coffeedom

Packages that use org.cdmckay.coffeedom
org.cdmckay.coffeedom Classes to represent the components of an XML document. 
org.cdmckay.coffeedom.adapters Classes to interface with various DOM implementations. 
org.cdmckay.coffeedom.filter Classes to programmatically filter nodes of a document based on type, name, value, or other aspects and to boolean and/or/negate these rules. 
org.cdmckay.coffeedom.input Classes to build CoffeeDOM documents from various sources. 
org.cdmckay.coffeedom.output Classes to output CoffeeDOM documents to various destinations. 
org.cdmckay.coffeedom.transform Classes to help with transformations, based on the JAXP TrAX classes. 
org.cdmckay.coffeedom.xpath Support for XPath from within CoffeeDOM. 
org.cdmckay.coffeedom.xpath.jaxen Jaxen support for CoffeeDOM. 
 

Classes in org.cdmckay.coffeedom used by org.cdmckay.coffeedom
Attribute
          An XML attribute.
Attribute.Type
           
CDATA
          An XML CDATA section.
CoffeeDOMException
          The top level exception that CoffeeDOM classes can throw.
CoffeeDOMFactory
          An interface to be used by builders when constructing CoffeeDOM objects.
Comment
          An XML comment.
Content
          Superclass for CoffeeDOM objects which can be legal child content of Parent nodes.
DataConversionException
          Thrown when a data conversion from a string to value type fails, such as can happen with the Attribute convenience getter functions.
DocType
          An XML DOCTYPE declaration.
Document
          An XML document.
Element
          An XML element.
EntityRef
          An XML entity reference.
Namespace
          An XML namespace representation, as well as a factory for creating XML namespace objects.
Parent
          Superclass for CoffeeDOM objects which are allowed to contain Content content.
ProcessingInstruction
          An XML processing instruction.
Text
          Character-based XML content.
 

Classes in org.cdmckay.coffeedom used by org.cdmckay.coffeedom.adapters
CoffeeDOMException
          The top level exception that CoffeeDOM classes can throw.
DocType
          An XML DOCTYPE declaration.
 

Classes in org.cdmckay.coffeedom used by org.cdmckay.coffeedom.filter
Namespace
          An XML namespace representation, as well as a factory for creating XML namespace objects.
 

Classes in org.cdmckay.coffeedom used by org.cdmckay.coffeedom.input
CoffeeDOMException
          The top level exception that CoffeeDOM classes can throw.
CoffeeDOMFactory
          An interface to be used by builders when constructing CoffeeDOM objects.
Document
          An XML document.
Element
          An XML element.
 

Classes in org.cdmckay.coffeedom used by org.cdmckay.coffeedom.output
Attribute
          An XML attribute.
CDATA
          An XML CDATA section.
CoffeeDOMException
          The top level exception that CoffeeDOM classes can throw.
Comment
          An XML comment.
Content
          Superclass for CoffeeDOM objects which can be legal child content of Parent nodes.
DocType
          An XML DOCTYPE declaration.
Document
          An XML document.
Element
          An XML element.
EntityRef
          An XML entity reference.
ProcessingInstruction
          An XML processing instruction.
Text
          Character-based XML content.
 

Classes in org.cdmckay.coffeedom used by org.cdmckay.coffeedom.transform
CoffeeDOMException
          The top level exception that CoffeeDOM classes can throw.
CoffeeDOMFactory
          An interface to be used by builders when constructing CoffeeDOM objects.
Content
          Superclass for CoffeeDOM objects which can be legal child content of Parent nodes.
Document
          An XML document.
Element
          An XML element.
 

Classes in org.cdmckay.coffeedom used by org.cdmckay.coffeedom.xpath
CoffeeDOMException
          The top level exception that CoffeeDOM classes can throw.
Namespace
          An XML namespace representation, as well as a factory for creating XML namespace objects.
 

Classes in org.cdmckay.coffeedom used by org.cdmckay.coffeedom.xpath.jaxen
Element
          An XML element.
Namespace
          An XML namespace representation, as well as a factory for creating XML namespace objects.
 



Copyright © 2011. All Rights Reserved.