Package org.cdmckay.coffeedom.transform

Classes to help with transformations, based on the JAXP TrAX classes.

See:
          Description

Class Summary
CoffeeDOMResult A holder for an XSL Transformation result, generally a list of nodes although it can be a CoffeeDOM Document also.
CoffeeDOMSource A holder for an XML Transformation source: a Document, Element, or list of nodes.
XSLTransformer A convenience class to handle simple transformations.
 

Exception Summary
XSLTransformException Thrown when an XSL stylesheet fails to compile or an XSL transform fails
 

Package org.cdmckay.coffeedom.transform Description

Classes to help with transformations, based on the JAXP TrAX classes. CoffeeDOMTransformer supports simple transformations with one line of code. Advanced features are available with the CoffeeDOMSource and CoffeeDOMResult classes that interface with TrAX.



Copyright © 2011. All Rights Reserved.