uci.xml.argo
Class ArgoTokenTable

java.lang.Object
  |
  +--uci.xml.XMLTokenTableBase
        |
        +--uci.xml.argo.ArgoTokenTable

public class ArgoTokenTable
extends XMLTokenTableBase


Field Summary
static String STRING_argo
           
static String STRING_authorname
           
static String STRING_description
           
static String STRING_documentation
           
static String STRING_historyfile
           
static String STRING_member
           
static String STRING_searchpath
           
static String STRING_version
           
static int TOKEN_argo
           
static int TOKEN_authorname
           
static int TOKEN_description
           
static int TOKEN_documentation
           
static int TOKEN_historyfile
           
static int TOKEN_member
           
static int TOKEN_searchpath
           
static int TOKEN_undefined
           
static int TOKEN_version
           
 
Fields inherited from class uci.xml.XMLTokenTableBase
_dbg, _numOpen, _openTags, _openTokens, _tokens
 
Constructor Summary
ArgoTokenTable()
           
 
Method Summary
protected  void setupTokens()
           
 
Methods inherited from class uci.xml.XMLTokenTableBase
addToken, getDbg, setDbg, toToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING_argo

public static final String STRING_argo

STRING_authorname

public static final String STRING_authorname

STRING_version

public static final String STRING_version

STRING_description

public static final String STRING_description

STRING_searchpath

public static final String STRING_searchpath

STRING_member

public static final String STRING_member

STRING_historyfile

public static final String STRING_historyfile

STRING_documentation

public static final String STRING_documentation

TOKEN_argo

public static final int TOKEN_argo

TOKEN_authorname

public static final int TOKEN_authorname

TOKEN_version

public static final int TOKEN_version

TOKEN_description

public static final int TOKEN_description

TOKEN_searchpath

public static final int TOKEN_searchpath

TOKEN_member

public static final int TOKEN_member

TOKEN_historyfile

public static final int TOKEN_historyfile

TOKEN_documentation

public static final int TOKEN_documentation

TOKEN_undefined

public static final int TOKEN_undefined
Constructor Detail

ArgoTokenTable

public ArgoTokenTable()
Method Detail

setupTokens

protected void setupTokens()
Overrides:
setupTokens in class XMLTokenTableBase