org.apache.xalan.transformer
Class ClonerToResultTree
java.lang.Objectorg.apache.xalan.transformer.ClonerToResultTree
public class ClonerToResultTree
extends java.lang.Object
Class used to clone a node, possibly including its children to
a result tree.
cloneToResultTree
public static void cloneToResultTree(int node,
int nodeType,
DTM dtm,
SerializationHandler rth,
boolean shouldCloneAttributes)
throws TransformerException Clone an element with or without children.
TODO: Fix or figure out node clone failure!
the error condition is severe enough to halt processing.
node - The node to cloneshouldCloneAttributes - Flag indicating whether to
clone children attributes
Copyright B) 2004 Apache XML Project. All Rights Reserved.