com.jclark.xsl.dom

Interface Transform

public interface Transform

An object which transforms a source DOM into a result DOM
Method Summary
voidtransform(Node sourceRoot, Node resultRoot)
run a transformation of the DOM at sourceRoot, constructing the results onto the DOM at resultRoot

Method Detail

transform

public void transform(Node sourceRoot, Node resultRoot)
run a transformation of the DOM at sourceRoot, constructing the results onto the DOM at resultRoot