com.jclark.xsl.dom
Interface Transform


public interface Transform

An object which transforms a source DOM into a result DOM


Method Summary
 void transform(org.w3c.dom.Node sourceRoot, org.w3c.dom.Node resultRoot)
          run a transformation of the DOM at sourceRoot, constructing the results onto the DOM at resultRoot
 

Method Detail

transform

public void transform(org.w3c.dom.Node sourceRoot,
                      org.w3c.dom.Node resultRoot)
               throws TransformException
run a transformation of the DOM at sourceRoot, constructing the results onto the DOM at resultRoot