Package org.xmlecho.palomar.xform

Palomar's XML transformation, processing and I/O API..

See:
          Description

Interface Summary
DOMWriter constructs a DOM from a SAX event stream
ElementFilter A streaming filter that selectively removes Elements from the input
ElementTest created and used by ElementFilter
Transformer The Transformer Interface for all specific implementations of Transformation engine's.
TransformService service for adapting XML to and from various representations, e.g.
 

Class Summary
TransformServiceHome  
 

Exception Summary
TransformException Super class for all Transformation Exceptions.
 

Package org.xmlecho.palomar.xform Description

Palomar's XML transformation, processing and I/O API..

Provides factory methods for instantiating configured XMLReaders, ContentHandlers, DOM Builders, XSLT Transformers, and ElementFilters.