com.ximpleware.xpath
Class Ntest

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

public class Ntest
extends Object

Lexer use this class to represent a type of node test


Field Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

public int i

arg

public String arg

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values

PROCESSING_INSTRUCTION

public static final int PROCESSING_INSTRUCTION
See Also:
Constant Field Values

NODE

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

Ntest

public Ntest()


Copyright © 2013. All Rights Reserved.