com.servingxml.components.flatfile.parsing
Class Token

java.lang.Object
  extended by com.servingxml.components.flatfile.parsing.Token

public abstract class Token
extends java.lang.Object


Field Summary
static int END_OF_FIELD
           
static int END_OF_NAME
           
static int END_OF_RECORD
           
static int END_OF_REPEATING_GROUP
           
static int END_OF_SEGMENT
           
static int END_OF_SUBFIELD
           
static int EOF
           
static int NIL
           
static int STRING
           
 
Constructor Summary
Token()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NIL

public static final int NIL
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

END_OF_FIELD

public static final int END_OF_FIELD
See Also:
Constant Field Values

END_OF_SUBFIELD

public static final int END_OF_SUBFIELD
See Also:
Constant Field Values

END_OF_RECORD

public static final int END_OF_RECORD
See Also:
Constant Field Values

END_OF_SEGMENT

public static final int END_OF_SEGMENT
See Also:
Constant Field Values

END_OF_REPEATING_GROUP

public static final int END_OF_REPEATING_GROUP
See Also:
Constant Field Values

END_OF_NAME

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

Token

public Token()