org.apache.commons.jxpath.ri.compiler
Class NodeTypeTest

java.lang.Object
  extended byorg.apache.commons.jxpath.ri.compiler.NodeTest
      extended byorg.apache.commons.jxpath.ri.compiler.NodeTypeTest

public class NodeTypeTest
extends NodeTest

Version:
$Revision: 1.8 $ $Date: 2004/02/29 14:17:39 $
Author:
Dmitri Plotnikov

Field Summary
private  int nodeType
           
 
Constructor Summary
NodeTypeTest(int nodeType)
           
 
Method Summary
 int getNodeType()
           
static java.lang.String nodeTypeToString(int code)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nodeType

private int nodeType
Constructor Detail

NodeTypeTest

public NodeTypeTest(int nodeType)
Method Detail

getNodeType

public int getNodeType()

toString

public java.lang.String toString()

nodeTypeToString

public static java.lang.String nodeTypeToString(int code)