Package | Description |
---|---|
gnu.kawa.xml |
Classes for using XML within Kawa.
|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
NodePredicate |
TreeScanner.type |
Modifier and Type | Method and Description |
---|---|
NodePredicate |
TreeScanner.getNodePredicate() |
Modifier and Type | Method and Description |
---|---|
static FollowingAxis |
FollowingAxis.make(NodePredicate type) |
static AncestorAxis |
AncestorAxis.make(NodePredicate type) |
static AncestorOrSelfAxis |
AncestorOrSelfAxis.make(NodePredicate type) |
static DescendantAxis |
DescendantAxis.make(NodePredicate type) |
static AttributeAxis |
AttributeAxis.make(NodePredicate type) |
static PrecedingSiblingAxis |
PrecedingSiblingAxis.make(NodePredicate type) |
static SelfAxis |
SelfAxis.make(NodePredicate type) |
static ChildAxis |
ChildAxis.make(NodePredicate type) |
static FollowingSiblingAxis |
FollowingSiblingAxis.make(NodePredicate type) |
static ParentAxis |
ParentAxis.make(NodePredicate type) |
static PrecedingAxis |
PrecedingAxis.make(NodePredicate type) |
static DescendantOrSelfAxis |
DescendantOrSelfAxis.make(NodePredicate type) |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributePredicate
A predicate that (only) matches a ATTRIBUTE_VALUE.
|
interface |
ElementPredicate
A predicate that (only) matches a ELEMENT_VALUE.
|