| Package | Description |
|---|---|
| org.apache.commons.configuration.tree |
| Modifier and Type | Method | Description |
|---|---|---|
DefaultConfigurationKey.KeyIterator |
DefaultConfigurationKey.iterator() |
Returns an iterator for iterating over the single components of this
configuration key.
|
| Modifier and Type | Method | 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<ConfigurationNode> nodes) |
Recursive helper method for evaluating a key.
|