Searched defs:shouldCloneAttributes (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DClonerToResultTree.java44 // * @param shouldCloneAttributes Flag indicating whether to
49 // public void cloneToResultTree(int node, boolean shouldCloneAttributes)
74 // if (shouldCloneAttributes)
127 * @param shouldCloneAttributes Flag indicating whether to
134 boolean shouldCloneAttributes)
165 if (shouldCloneAttributes)
132 cloneToResultTree(int node, int nodeType, DTM dtm, SerializationHandler rth, boolean shouldCloneAttributes) argument

Completed in 184 milliseconds