org.argouml.xml.argo
Class ArgoTokenTable

java.lang.Object
  extended byorg.argouml.xml.XMLTokenTableBase
      extended byorg.argouml.xml.argo.ArgoTokenTable

public class ArgoTokenTable
extends XMLTokenTableBase

this needs work,AFAIK none of these strings are saved in the final output in a zargo.


Field Summary
static java.lang.String STRING_argo
           
static java.lang.String STRING_authorname
          doesn't work
static java.lang.String STRING_description
           
static java.lang.String STRING_documentation
           
static java.lang.String STRING_historyfile
           
static java.lang.String STRING_member
           
static java.lang.String STRING_searchpath
           
static java.lang.String STRING_version
           
static int TOKEN_argo
           
static int TOKEN_authorname
           
static int TOKEN_description
           
static int TOKEN_documentation
          This can be saved successfully however there is no way to output this information.
static int TOKEN_historyfile
           
static int TOKEN_member
           
static int TOKEN_searchpath
           
static int TOKEN_undefined
           
static int TOKEN_version
           
 
Fields inherited from class org.argouml.xml.XMLTokenTableBase
_dbg, _numOpen, _openTags, _openTokens, _tokens, cat
 
Constructor Summary
ArgoTokenTable()
           
 
Method Summary
protected  void setupTokens()
           
 
Methods inherited from class org.argouml.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 java.lang.String STRING_argo
See Also:
Constant Field Values

STRING_authorname

public static final java.lang.String STRING_authorname
doesn't work

See Also:
Constant Field Values

STRING_version

public static final java.lang.String STRING_version
See Also:
Constant Field Values

STRING_description

public static final java.lang.String STRING_description
See Also:
Constant Field Values

STRING_searchpath

public static final java.lang.String STRING_searchpath
See Also:
Constant Field Values

STRING_member

public static final java.lang.String STRING_member
See Also:
Constant Field Values

STRING_historyfile

public static final java.lang.String STRING_historyfile
See Also:
Constant Field Values

STRING_documentation

public static final java.lang.String STRING_documentation
See Also:
Constant Field Values

TOKEN_argo

public static final int TOKEN_argo
See Also:
Constant Field Values

TOKEN_authorname

public static final int TOKEN_authorname
See Also:
Constant Field Values

TOKEN_version

public static final int TOKEN_version
See Also:
Constant Field Values

TOKEN_description

public static final int TOKEN_description
See Also:
Constant Field Values

TOKEN_searchpath

public static final int TOKEN_searchpath
See Also:
Constant Field Values

TOKEN_member

public static final int TOKEN_member
See Also:
Constant Field Values

TOKEN_historyfile

public static final int TOKEN_historyfile
See Also:
Constant Field Values

TOKEN_documentation

public static final int TOKEN_documentation
This can be saved successfully however there is no way to output this information.

See Also:
Constant Field Values

TOKEN_undefined

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

ArgoTokenTable

public ArgoTokenTable()
Method Detail

setupTokens

protected void setupTokens()
Specified by:
setupTokens in class XMLTokenTableBase


ArgoUML © 1996-2003 (20040125)ArgoUML Project HomeArgoUML Cookbook