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 class
AttributeType
Matches an attribute name pattern.class
ElementType
class
NodeType
A SeqPosition used to represent a node in (usually) a TreeList.class
ProcessingInstructionType
Fields in gnu.kawa.xml declared as NodePredicate Modifier and Type Field Description NodePredicate
TreeScanner. type
Methods in gnu.kawa.xml that return NodePredicate Modifier and Type Method Description NodePredicate
TreeScanner. getNodePredicate()
Methods in gnu.kawa.xml with parameters of type NodePredicate Modifier and Type Method Description static 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.lists Modifier and Type Interface Description interface
AttributePredicate
A predicate that (only) matches a ATTRIBUTE_VALUE.interface
ElementPredicate
A predicate that (only) matches a ELEMENT_VALUE.
-