class |
AncestorAxis |
Used to implement a ancestor:: step in a path expression.
|
class |
AncestorOrSelfAxis |
Used to implement a ancestor-or-self:: step in a path expression.
|
class |
AttributeAxis |
Used to implement an attribute:: step in a path expression.
|
class |
ChildAxis |
Used to implement a child:: step in a path expression.
|
class |
DescendantAxis |
Used to implement a descendant:: step in a path expression.
|
class |
DescendantOrSelfAxis |
Used to implement a descendant-or-self:: step in a path expression.
|
class |
FollowingAxis |
Used to implement a following:: step in a path expression.
|
class |
FollowingSiblingAxis |
Used to implement a following-sibling:: step in a path expression.
|
class |
ParentAxis |
Used to implement a parent:: step in a path expression.
|
class |
PrecedingAxis |
Used to implement a following:: step in a path expression.
|
class |
PrecedingSiblingAxis |
Used to implement a following-sibling:: step in a path expression.
|
class |
SelfAxis |
Used to implement a self:: step in a path expression.
|