Package | Description |
---|---|
org.apache.commons.configuration.tree |
A package with helper and utility classes used by hierarchical configurations.
|
Modifier and Type | Method and Description |
---|---|
DefaultConfigurationKey.KeyIterator |
DefaultConfigurationKey.iterator()
Returns an iterator for iterating over the single components of this
configuration key.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationNode |
DefaultExpressionEngine.findLastPathNode(DefaultConfigurationKey.KeyIterator keyIt,
ConfigurationNode node)
Finds the last existing node for an add operation.
|
protected void |
DefaultExpressionEngine.findNodesForKey(DefaultConfigurationKey.KeyIterator keyPart,
ConfigurationNode node,
java.util.Collection nodes)
Recursive helper method for evaluating a key.
|
private void |
DefaultExpressionEngine.processSubNodes(DefaultConfigurationKey.KeyIterator keyPart,
java.util.List subNodes,
java.util.Collection nodes)
Called by
findNodesForKey() to process the sub nodes of
the current node depending on the type of the current key part (children,
attributes, or both). |