Class NodeTypeTest
java.lang.Object
org.apache.commons.jxpath.ri.compiler.NodeTest
org.apache.commons.jxpath.ri.compiler.NodeTypeTest
Node type test.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the nodeType.static StringnodeTypeToString(int code) Render the given node type as a String.toString()
-
Field Details
-
nodeType
private final int nodeType
-
-
Constructor Details
-
NodeTypeTest
public NodeTypeTest(int nodeType) Constructs a new NodeTypeTest.- Parameters:
nodeType- to match
-
-
Method Details