Uses of Interface
gnu.lists.NodePredicate
Packages that use NodePredicate
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
-
Uses of NodePredicate in gnu.kawa.xml
Classes in gnu.kawa.xml that implement NodePredicateModifier and TypeClassDescriptionclass
Matches an attribute name pattern.class
class
A SeqPosition used to represent a node in (usually) a TreeList.class
Fields in gnu.kawa.xml declared as NodePredicateMethods in gnu.kawa.xml that return NodePredicateMethods in gnu.kawa.xml with parameters of type NodePredicateModifier and TypeMethodDescriptionstatic AncestorAxis
AncestorAxis.make
(NodePredicate type) static AncestorOrSelfAxis
AncestorOrSelfAxis.make
(NodePredicate type) static AttributeAxis
AttributeAxis.make
(NodePredicate type) static ChildAxis
ChildAxis.make
(NodePredicate type) static DescendantAxis
DescendantAxis.make
(NodePredicate type) static DescendantOrSelfAxis
DescendantOrSelfAxis.make
(NodePredicate type) static FollowingAxis
FollowingAxis.make
(NodePredicate type) static FollowingSiblingAxis
FollowingSiblingAxis.make
(NodePredicate type) static ParentAxis
ParentAxis.make
(NodePredicate type) static PrecedingAxis
PrecedingAxis.make
(NodePredicate type) static PrecedingSiblingAxis
PrecedingSiblingAxis.make
(NodePredicate type) static SelfAxis
SelfAxis.make
(NodePredicate type) -
Uses of NodePredicate in gnu.lists
Subinterfaces of NodePredicate in gnu.listsModifier and TypeInterfaceDescriptioninterface
A predicate that (only) matches a ATTRIBUTE_VALUE.interface
A predicate that (only) matches a ELEMENT_VALUE.