Uses of Interface
gnu.lists.NodePredicate
-
Packages that use NodePredicate Package Description gnu.kawa.xml gnu.lists 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 NodePredicate Modifier and Type Class Description classAttributeTypeMatches an attribute name pattern.classElementTypeclassNodeTypeA SeqPosition used to represent a node in (usually) a TreeList.classProcessingInstructionTypeFields in gnu.kawa.xml declared as NodePredicate Modifier and Type Field Description NodePredicateTreeScanner. typeMethods in gnu.kawa.xml that return NodePredicate Modifier and Type Method Description NodePredicateTreeScanner. getNodePredicate()Methods in gnu.kawa.xml with parameters of type NodePredicate Modifier and Type Method Description static 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.lists Modifier and Type Interface Description interfaceAttributePredicateA predicate that (only) matches a ATTRIBUTE_VALUE.interfaceElementPredicateA predicate that (only) matches a ELEMENT_VALUE.
-