Uses of Class
org.jaxen.pattern.NodeTest
Packages that use NodeTest
-
Uses of NodeTest in org.jaxen.pattern
Subclasses of NodeTest in org.jaxen.patternModifier and TypeClassDescriptionclassAnyNodeTestmatches any node.classNamespaceTesttests for a given namespace URI.classNameTesttests for a node name.classNodeTypeTestmatches if the node is of a certain type such as element, attribute, comment, text, processing instruction and so forth.classTextNodeTestmatches any text node.Methods in org.jaxen.pattern with parameters of type NodeTestModifier and TypeMethodDescriptionvoidLocationPathPattern.setNodeTest(NodeTest nodeTest) Allows the NodeTest to be setConstructors in org.jaxen.pattern with parameters of type NodeTest