jd.xml.xslt.result.pipe
Class Model2ResultPipe

java.lang.Object
  extended byjd.xml.xslt.result.pipe.Model2ResultPipe

public class Model2ResultPipe
extends Object

Model2ResultPipe performs a deep copy of a XPath tree to a ResultBuilder.


Constructor Summary
Model2ResultPipe(ResultBuilder resultBuilder, OutputFormat format)
           
 
Method Summary
 void copy(XPathRootNode root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model2ResultPipe

public Model2ResultPipe(ResultBuilder resultBuilder,
                        OutputFormat format)
Method Detail

copy

public void copy(XPathRootNode root)