Frames | No Frames |
Classes derived from org.jaxen.pattern.NodeTest | |
class | AnyChildNodeTest matches any child node. |
class | AnyNodeTest matches any node. |
class | NamespaceTest tests for a given namespace URI. |
class | NameTest tests for a node name. |
class | NodeTypeTest matches if the node is of a certain type
such as element, attribute, comment, text, processing instruction and so forth. |
class | NoNodeTest matches no nodes. |
class | TextNodeTest matches any text node. |
Constructors with parameter type org.jaxen.pattern.NodeTest | |
Fields of type org.jaxen.pattern.NodeTest | |
NodeTest | The node test to perform on this step of the path |
Methods with parameter type org.jaxen.pattern.NodeTest | |
void | Allows the NodeTest to be set
|