| AnyChildNodeTest
AnyChildNodeTest matches any child node.
|
| AnyNodeTest
AnyNodeTest matches any node.
|
| LocationPathPattern
LocationPathPattern matches any node using a
location path such as A/B/C.
|
| NodeTest
NodeTest is a simple test on a node.
|
| NodeTypeTest
NodeTypeTest matches if the node is of a certain type
such as element, attribute, comment, text, processing instruction and so forth.
|
| NoNodeTest
NoNodeTest matches no nodes.
|
| Pattern
Pattern defines the behaviour for pattern in
the XSLT processing model.
|
| TextNodeTest
TextNodeTest matches any text node.
|