org.apache.commons.configuration
static class HierarchicalConfiguration.DefinedVisitor extends ConfigurationNodeVisitorAdapter
| Field Summary | |
|---|---|
| boolean | defined Stores the defined flag. |
| Method Summary | |
|---|---|
| boolean | isDefined()
Returns the defined flag.
|
| boolean | terminate()
Checks if iteration should be stopped. |
| void | visitBeforeChildren(ConfigurationNode node)
Visits the node. |
Returns: the defined flag
Returns: a flag if iteration should be stopped
Parameters: node the actual node