Class NodeTypeTest
java.lang.Object
org.apache.commons.jxpath.ri.compiler.NodeTest
org.apache.commons.jxpath.ri.compiler.NodeTypeTest
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Get the nodeType.static String
nodeTypeToString
(int code) Render the given node type as a String.toString()
-
Field Details
-
nodeType
private int nodeType
-
-
Constructor Details
-
NodeTypeTest
public NodeTypeTest(int nodeType) Create a new NodeTypeTest.- Parameters:
nodeType
- to match
-
-
Method Details