Uses of Class
org.jaxen.pattern.NodeTest
-
Packages that use NodeTest Package Description org.jaxen.pattern Defines XSLT Pattern objects. -
-
Uses of NodeTest in org.jaxen.pattern
Subclasses of NodeTest in org.jaxen.pattern Modifier and Type Class Description classAnyChildNodeTestAnyChildNodeTestmatches any child node.classAnyNodeTestAnyNodeTestmatches any node.classNamespaceTestNamespaceTesttests for a given namespace URI.classNameTestNameTesttests for a node name.classNodeTypeTestNodeTypeTestmatches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.classNoNodeTestNoNodeTestmatches no nodes.classTextNodeTestTextNodeTestmatches any text node.Methods in org.jaxen.pattern with parameters of type NodeTest Modifier and Type Method Description voidLocationPathPattern. setNodeTest(NodeTest nodeTest)Allows the NodeTest to be setConstructors in org.jaxen.pattern with parameters of type NodeTest Constructor Description LocationPathPattern(NodeTest nodeTest)
-