public interface ClonePolicy<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
cloneAttributes(T options) |
boolean |
cloneChildren(T options,
NodeType nodeType) |
Class<? extends CoreNode> |
getTargetNodeClass(T options,
CoreNode node) |
void |
postProcess(T options,
CoreNode clone)
Post-process a cloned node.
|
boolean |
repairNamespaces(T options) |
boolean repairNamespaces(T options)
boolean cloneAttributes(T options)
void postProcess(T options, CoreNode clone)
options - API specific optionsclone - the clone to be post-processedCopyright © The Apache Software Foundation. All Rights Reserved.