Changeset 16882


Ignore:
Timestamp:
2008-08-18T16:18:45+12:00 (16 years ago)
Author:
xiao
Message:

just add few constant strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/gsdl3/util/GSXML.java

    r16875 r16882  
    8282  public static final String DISPLAY_ELEM = "display";
    8383  public static final String LEVEL_ELEM = "level";
     84
     85  public static final String DBINFO_ELEM = "dbInfo";
     86  public static final String DBNAME_ATT = "dbname"; 
     87  public static final String DBPATH_ATT = "dbpath";
     88  public static final String SQLSTATE_ATT = "sqlstate";
    8489  public static final String DATABASE_TYPE_ELEM = "databaseType";
    8590  public static final String SHORTNAME_ATT = "shortname";
    8691  public static final String NOTIFY_ELEM = "notify";
    8792  public static final String NOTIFY_HOST_ATT = "host";
     93
     94   
     95
    8896  // elems for the pages to be processed by xslt
    8997  public final static String PAGE_ELEM = "page";
Note: See TracChangeset for help on using the changeset viewer.