|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xalan.transformer.ClonerToResultTree
Class used to clone a node, possibly including its children to a result tree.
| Field Summary | |
private ResultTreeHandler |
m_rth
Result tree handler for the cloned tree |
private TransformerImpl |
m_transformer
Transformer instance to use for cloning |
| Constructor Summary | |
ClonerToResultTree(TransformerImpl transformer,
ResultTreeHandler rth)
Constructor ClonerToResultTree |
|
| Method Summary | |
static void |
cloneToResultTree(int node,
int nodeType,
DTM dtm,
ResultTreeHandler rth,
boolean shouldCloneAttributes)
Clone an element with or without children. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private ResultTreeHandler m_rth
private TransformerImpl m_transformer
| Constructor Detail |
public ClonerToResultTree(TransformerImpl transformer,
ResultTreeHandler rth)
transformer - non-null transformer instance to use for the cloningrth - non-null result tree handler for the cloned tree| Method Detail |
public static void cloneToResultTree(int node,
int nodeType,
DTM dtm,
ResultTreeHandler rth,
boolean shouldCloneAttributes)
throws javax.xml.transform.TransformerException
node - The node to cloneshouldCloneAttributes - Flag indicating whether to
clone children attributes
javax.xml.transform.TransformerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||