com.jclark.xsl.dom
Interface Transform
public
interface
Transform
An object which transforms a source DOM into a
result DOM
| Method Summary |
| void | transform(Node sourceRoot, Node resultRoot)
run a transformation of the DOM at sourceRoot, constructing
the results onto the DOM at resultRoot |
public void transform(Node sourceRoot, Node resultRoot)
run a transformation of the DOM at sourceRoot, constructing
the results onto the DOM at resultRoot