Uses of Class
org.apache.commons.configuration2.tree.DefaultConfigurationKey.KeyIterator
-
Packages that use DefaultConfigurationKey.KeyIterator Package Description org.apache.commons.configuration2.tree A package with helper and utility classes used by hierarchical configurations. -
-
Uses of DefaultConfigurationKey.KeyIterator in org.apache.commons.configuration2.tree
Methods in org.apache.commons.configuration2.tree that return DefaultConfigurationKey.KeyIterator Modifier and Type Method Description DefaultConfigurationKey.KeyIterator
DefaultConfigurationKey. iterator()
Returns an iterator for iterating over the single components of this configuration key.Methods in org.apache.commons.configuration2.tree with parameters of type DefaultConfigurationKey.KeyIterator Modifier and Type Method Description protected <T> T
DefaultExpressionEngine. findLastPathNode(DefaultConfigurationKey.KeyIterator keyIt, T node, NodeHandler<T> handler)
Finds the last existing node for an add operation.protected <T> void
DefaultExpressionEngine. findNodesForKey(DefaultConfigurationKey.KeyIterator keyPart, T node, java.util.Collection<QueryResult<T>> results, NodeHandler<T> handler)
Recursive helper method for evaluating a key.private static boolean
DefaultConfigurationKey. partsEqual(DefaultConfigurationKey.KeyIterator it1, DefaultConfigurationKey.KeyIterator it2)
Helper method for comparing two key parts.private <T> void
DefaultExpressionEngine. processSubNodes(DefaultConfigurationKey.KeyIterator keyPart, java.util.List<T> subNodes, java.util.Collection<QueryResult<T>> nodes, NodeHandler<T> handler)
Called byfindNodesForKey()
to process the sub nodes of the current node depending on the type of the current key part (children, attributes, or both).
-