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 classAnyChildNodeTestDeprecated.will be removed in Jaxen 2.0classAnyNodeTestDeprecated.will be removed in Jaxen 2.0classNamespaceTestDeprecated.will be removed in Jaxen 2.0classNameTestDeprecated.will be removed in Jaxen 2.0classNodeTypeTestDeprecated.will be removed in Jaxen 2.0classNoNodeTestDeprecated.will be removed in Jaxen 2.0classTextNodeTestDeprecated.will be removed in Jaxen 2.0Fields in org.jaxen.pattern declared as NodeTest Modifier and Type Field Description private NodeTestLocationPathPattern. nodeTestDeprecated.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 voidLocationPathPattern. 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.
-