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 TypeClassDescriptionclassMatches an attribute name pattern.classclassA SeqPosition used to represent a node in (usually) a TreeList.classFields 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 AncestorAxisAncestorAxis.make(NodePredicate type) static AncestorOrSelfAxisAncestorOrSelfAxis.make(NodePredicate type) static AttributeAxisAttributeAxis.make(NodePredicate type) static ChildAxisChildAxis.make(NodePredicate type) static DescendantAxisDescendantAxis.make(NodePredicate type) static DescendantOrSelfAxisDescendantOrSelfAxis.make(NodePredicate type) static FollowingAxisFollowingAxis.make(NodePredicate type) static FollowingSiblingAxisFollowingSiblingAxis.make(NodePredicate type) static ParentAxisParentAxis.make(NodePredicate type) static PrecedingAxisPrecedingAxis.make(NodePredicate type) static PrecedingSiblingAxisPrecedingSiblingAxis.make(NodePredicate type) static SelfAxisSelfAxis.make(NodePredicate type) -
Uses of NodePredicate in gnu.lists
Subinterfaces of NodePredicate in gnu.listsModifier and TypeInterfaceDescriptioninterfaceA predicate that (only) matches a ATTRIBUTE_VALUE.interfaceA predicate that (only) matches a ELEMENT_VALUE.