com.ximpleware.xpath
Class Ntest

java.lang.Object
  extended by com.ximpleware.xpath.Ntest

public class Ntest
extends java.lang.Object

Lexer use this class to represent a type of node test


Field Summary
 java.lang.String arg
           
static int COMMENT
           
 int i
           
static int NODE
           
static int PROCESSING_INSTRUCTION
           
static int TEXT
           
 
Constructor Summary
Ntest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arg

public java.lang.String arg

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

i

public int i

NODE

public static final int NODE
See Also:
Constant Field Values

PROCESSING_INSTRUCTION

public static final int PROCESSING_INSTRUCTION
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values
Constructor Detail

Ntest

public Ntest()