com.ximpleware.xpath
Class Ntest
java.lang.Object
com.ximpleware.xpath.Ntest
public class Ntest
- extends java.lang.Object
Lexer use this class to represent a type of node test
Constructor Summary |
Ntest()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Ntest
public Ntest()