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

java.lang.Object
  |
  +--org.apache.commons.jxpath.ri.compiler.NodeTest
        |
        +--org.apache.commons.jxpath.ri.compiler.NodeTypeTest

public class NodeTypeTest
extends NodeTest

Version:
$Revision: 1.6 $ $Date: 2003/03/11 00:59:22 $
Author:
Dmitri Plotnikov

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
 

Constructor Detail

NodeTypeTest

public NodeTypeTest(int nodeType)
Method Detail

getNodeType

public int getNodeType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

nodeTypeToString

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


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.