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 class
AnyChildNodeTest
Deprecated.will be removed in Jaxen 2.0class
AnyNodeTest
Deprecated.will be removed in Jaxen 2.0class
NamespaceTest
Deprecated.will be removed in Jaxen 2.0class
NameTest
Deprecated.will be removed in Jaxen 2.0class
NodeTypeTest
Deprecated.will be removed in Jaxen 2.0class
NoNodeTest
Deprecated.will be removed in Jaxen 2.0class
TextNodeTest
Deprecated.will be removed in Jaxen 2.0Fields in org.jaxen.pattern declared as NodeTest Modifier and Type Field Description private NodeTest
LocationPathPattern. nodeTest
Deprecated.The node test to perform on this step of the pathMethods in org.jaxen.pattern with parameters of type NodeTest Modifier and Type Method Description void
LocationPathPattern. setNodeTest(NodeTest nodeTest)
Deprecated.Allows the NodeTest to be setConstructors in org.jaxen.pattern with parameters of type NodeTest Constructor Description LocationPathPattern(NodeTest nodeTest)
Deprecated.
-