Package com.jclark.xsl.dom

A simple DOM (level 1) API for XT

See:
          Description

Interface Summary
DOMExtensions  
Transform An object which transforms a source DOM into a result DOM
TransformEngine  
 

Class Summary
DOMBuilder provides callback methods for xslt engine and constructs W3C DOM Nodes therefrom
XMLProcessorImpl builds a om.Node from a DOM implementation
XSLTransformEngine  
 

Exception Summary
TransformException  
 

Package com.jclark.xsl.dom Description

A simple DOM (level 1) API for XT

This simple API is based purely on the DOM. This is com.jclark.xsl.dom.TransformEngine, which is implemented by com.jclark.xsl.dom.XSLTransformEngine. This is significantly less functional and much slower than the SAX API.