org.apache.xalan.transformer

Class ClonerToResultTree

public class ClonerToResultTree extends Object

Class used to clone a node, possibly including its children to a result tree.

UNKNOWN: internal

Method Summary
static voidcloneToResultTree(int node, int nodeType, DTM dtm, SerializationHandler rth, boolean shouldCloneAttributes)
Clone an element with or without children.

Method Detail

cloneToResultTree

public static void cloneToResultTree(int node, int nodeType, DTM dtm, SerializationHandler rth, boolean shouldCloneAttributes)
Clone an element with or without children. TODO: Fix or figure out node clone failure! the error condition is severe enough to halt processing.

Parameters: node The node to clone shouldCloneAttributes Flag indicating whether to clone children attributes

Throws: TransformerException

Copyright © 2005 Apache XML Project. All Rights Reserved.