org.apache.xalan.transformer
public class ClonerToResultTree extends java.lang.Object
Constructor and Description |
---|
ClonerToResultTree() |
Modifier and Type | Method and Description |
---|---|
static void |
cloneToResultTree(int node,
int nodeType,
DTM dtm,
SerializationHandler rth,
boolean shouldCloneAttributes)
Clone an element with or without children.
|
public static void cloneToResultTree(int node, int nodeType, DTM dtm, SerializationHandler rth, boolean shouldCloneAttributes) throws javax.xml.transform.TransformerException
node
- The node to cloneshouldCloneAttributes
- Flag indicating whether to
clone children attributesjavax.xml.transform.TransformerException
Copyright ? 2006 Apache XML Project. All Rights Reserved.