Changeset 13125


Ignore:
Timestamp:
2006-10-18T16:59:31+13:00 (18 years ago)
Author:
kjdon
Message:

added indexOption element

File:
1 edited

Legend:

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

    r13124 r13125  
    6060    public static final String INDEX_ELEM = "index";
    6161    public static final String INDEX_STEM_ELEM = "indexStem";
     62    public static final String INDEX_OPTION_ELEM = "indexOption";
    6263    public static final String BROWSE_ELEM = "browse";
    6364    public static final String DISPLAY_ELEM = "display";
     
    603604    p.setAttribute(TYPE_ATT, type);
    604605    p.appendChild(createDisplayTextElement(owner, GSXML.DISPLAY_TEXT_NAME, display_name));
     606
    605607    if (default_value != null) {
    606608        p.setAttribute(DEFAULT_ATT, default_value);
Note: See TracChangeset for help on using the changeset viewer.