Uses of Interface
org.apache.commons.configuration2.tree.NodeMatcher
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of NodeMatcher in org.apache.commons.configuration2.tree
Modifier and TypeClassDescriptionenum
An enumeration class with several pre-definedNodeMatcher
implementations based on node names.Modifier and TypeMethodDescriptionNodeHandler.getMatchingChildren
(T node, NodeMatcher<C> matcher, C criterion) Gets an unmodifiable list of all children of the specified node which are matched by the passed inNodeMatcher
against the provided criterion.NodeHandlerDecorator.getMatchingChildren
(T node, NodeMatcher<C> matcher, C criterion) <C> int
NodeHandler.getMatchingChildrenCount
(T node, NodeMatcher<C> matcher, C criterion) Gets the number of children of the specified node which are matched by the givenNodeMatcher
.<C> int
NodeHandlerDecorator.getMatchingChildrenCount
(T node, NodeMatcher<C> matcher, C criterion) ModifierConstructorDescriptionDefaultExpressionEngine
(DefaultExpressionEngineSymbols syms, NodeMatcher<String> nodeNameMatcher) Creates a new instance ofDefaultExpressionEngine
and initializes its symbols and the matcher for comparing node names.