Uses of Interface
org.apache.commons.configuration2.tree.NodeMatcher
Packages that use NodeMatcher
Package
Description
A package with helper and utility classes used by hierarchical configurations.
-
Uses of NodeMatcher in org.apache.commons.configuration2.tree
Classes in org.apache.commons.configuration2.tree that implement NodeMatcherModifier and TypeClassDescriptionenum
An enumeration class with several pre-definedNodeMatcher
implementations based on node names.Methods in org.apache.commons.configuration2.tree with parameters of type NodeMatcherModifier 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) Constructors in org.apache.commons.configuration2.tree with parameters of type NodeMatcherModifierConstructorDescriptionDefaultExpressionEngine
(DefaultExpressionEngineSymbols syms, NodeMatcher<String> nodeNameMatcher) Creates a new instance ofDefaultExpressionEngine
and initializes its symbols and the matcher for comparing node names.