jd.xml.xslt.result.pipe
Class Dom2ResultPipe

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

public class Dom2ResultPipe
extends Object

Dom2ResultPipe performs a deep copy of a DOM Document to a ResultBuilder.


Constructor Summary
Dom2ResultPipe(ResultBuilder resultBuilder, OutputFormat format)
           
 
Method Summary
 void copy(Node node)
           
static XPathRootNode getRoot(String baseUri, Node domNode, NodeNamePool nodeNamePool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dom2ResultPipe

public Dom2ResultPipe(ResultBuilder resultBuilder,
                      OutputFormat format)
Method Detail

getRoot

public static XPathRootNode getRoot(String baseUri,
                                    Node domNode,
                                    NodeNamePool nodeNamePool)

copy

public void copy(Node node)