|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodePredicate | |
|---|---|
| gnu.kawa.xml | Classes for using XML within Kawa. |
| 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 | |
|---|---|
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 | |
|---|---|
NodePredicate |
TreeScanner.type
|
| Methods in gnu.kawa.xml that return NodePredicate | |
|---|---|
NodePredicate |
TreeScanner.getNodePredicate()
|
| Methods in gnu.kawa.xml with parameters of type NodePredicate | |
|---|---|
static SelfAxis |
SelfAxis.make(NodePredicate type)
|
static AncestorOrSelfAxis |
AncestorOrSelfAxis.make(NodePredicate type)
|
static FollowingSiblingAxis |
FollowingSiblingAxis.make(NodePredicate type)
|
static AncestorAxis |
AncestorAxis.make(NodePredicate type)
|
static DescendantAxis |
DescendantAxis.make(NodePredicate type)
|
static ChildAxis |
ChildAxis.make(NodePredicate type)
|
static FollowingAxis |
FollowingAxis.make(NodePredicate type)
|
static ParentAxis |
ParentAxis.make(NodePredicate type)
|
static AttributeAxis |
AttributeAxis.make(NodePredicate type)
|
static PrecedingAxis |
PrecedingAxis.make(NodePredicate type)
|
static PrecedingSiblingAxis |
PrecedingSiblingAxis.make(NodePredicate type)
|
static DescendantOrSelfAxis |
DescendantOrSelfAxis.make(NodePredicate type)
|
| Uses of NodePredicate in gnu.lists |
|---|
| Subinterfaces of NodePredicate in gnu.lists | |
|---|---|
interface |
AttributePredicate
A predicate that (only) matches a ATTRIBUTE_VALUE. |
interface |
ElementPredicate
A predicate that (only) matches a ELEMENT_VALUE. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||