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.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()

nodeTypeToString

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


Copyright (c) 2001 - Apache Software Foundation