Ignore:
Timestamp:
2012-05-29T11:08:38+12:00 (12 years ago)
Author:
sjm84
Message:

Some constants to help with the classifier style change

File:
1 edited

Legend:

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

    r25658 r25692  
    279279    public static final String GROUPS_ATT = "groups";
    280280    public static final String BASE_URL = "baseURL";
    281 
     281   
     282    public static final String CHILD_TYPE_ATT = "childType";
     283    public static final String CLASSIFIER_STYLE_ATT = "classifierStyle";
     284    public static final String HLIST = "HList";
     285    public static final String VLIST = "VList";
     286   
    282287    /**
    283288     * takes a list of elements, and returns an array of strings of the values
Note: See TracChangeset for help on using the changeset viewer.