org.apache.commons.configuration.tree
public class ConfigurationNodeVisitorAdapter extends Object implements ConfigurationNodeVisitor
A simple adapter class that simplyfies writing custom node visitor implementations.
This class provides dummy implementations for the methods defined in the
ConfigurationNodeVisitor
interface. Derived classes only need
to override the methods they really need.
Method Summary | |
---|---|
boolean | terminate()
Dummy implementation of this interface method. |
void | visitAfterChildren(ConfigurationNode node)
Empty dummy implementation of this interface method.
|
void | visitBeforeChildren(ConfigurationNode node)
Empty dummy implementation of this interface method.
|
Returns: the terminate flag
Parameters: node the node
Parameters: node the node