org.apache.commons.configuration
static class HierarchicalConfiguration.CloneVisitor extends ConfigurationNodeVisitorAdapter
Field Summary | |
---|---|
Stack | copyStack A stack with the actual object to be copied. |
ConfigurationNode | result Stores the result of the clone process. |
Constructor Summary | |
---|---|
CloneVisitor()
Creates a new instance of CloneVisitor . |
Method Summary | |
---|---|
ConfigurationNode | getClone()
Returns the result of the clone process. |
void | visitAfterChildren(ConfigurationNode node)
Visits the specified node after its children have been processed.
|
void | visitBeforeChildren(ConfigurationNode node)
Visits and copies the specified node.
|
CloneVisitor
.Returns: the cloned root node
Parameters: node the node
Parameters: node the node