Package | Description |
---|---|
org.jaxen.pattern |
Defines XSLT Pattern objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyChildNodeTest
AnyChildNodeTest matches any child node. |
class |
AnyNodeTest
AnyNodeTest matches any node. |
class |
NamespaceTest
NamespaceTest tests for a given namespace URI. |
class |
NameTest
NameTest tests for a node name. |
class |
NodeTypeTest
NodeTypeTest matches if the node is of a certain type
such as element, attribute, comment, text, processing instruction and so forth. |
class |
NoNodeTest
NoNodeTest matches no nodes. |
class |
TextNodeTest
TextNodeTest matches any text node. |
Modifier and Type | Field and Description |
---|---|
private NodeTest |
LocationPathPattern.nodeTest
The node test to perform on this step of the path
|
Modifier and Type | Method and Description |
---|---|
void |
LocationPathPattern.setNodeTest(NodeTest nodeTest)
Allows the NodeTest to be set
|
Constructor and Description |
---|
LocationPathPattern(NodeTest nodeTest) |