Changeset 25859
- Timestamp:
- 2012-06-28T11:46:43+12:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSXML.java
r25847 r25859 78 78 public static final String TERM_ELEM = "term"; 79 79 public static final String STOPWORD_ELEM = "stopword"; 80 public static final String FACET_ELEM = "facet"; 81 public static final String COUNT_ELEM = "count"; 80 82 public static final String SYSTEM_ELEM = "system"; 81 83 public static final String FORMAT_STRING_ELEM = "formatString"; … … 154 156 public static final String COLLECT_TYPE_ATT = "ct"; 155 157 public static final String HIDDEN_ATT = "hidden"; 158 public static final String FACET_ATT = "facet"; 156 159 157 160 // document stuff … … 193 196 public static final String PARAM_TYPE_FILE = "file"; 194 197 public static final String PARAM_TYPE_INVISIBLE = "invisible"; 198 public static final String PARAM_TYPE_CHECKBOX_LIST = "checkbox_list"; 195 199 // stuff for text strings 196 200 public static final String DISPLAY_TEXT_ELEM = "displayItem"; … … 280 284 public static final String BASE_URL = "baseURL"; 281 285 286 //for classifiers 282 287 public static final String CHILD_TYPE_ATT = "childType"; 283 288 public static final String CLASSIFIER_STYLE_ATT = "classifierStyle";
Note:
See TracChangeset
for help on using the changeset viewer.