Changeset 8961


Ignore:
Timestamp:
2005-02-04T11:50:27+13:00 (19 years ago)
Author:
kjdon
Message:

interior node renamed to internal, added in the doc types

File:
1 edited

Legend:

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

    r8869 r8961  
    108108
    109109    public static final String NODE_TYPE_ROOT = "root";
    110     public static final String NODE_TYPE_INTERIOR = "interior";
     110    public static final String NODE_TYPE_INTERNAL = "internal";
    111111    public static final String NODE_TYPE_LEAF = "leaf";
     112
     113    public static final String DOC_TYPE_SIMPLE = "simple";
     114    public static final String DOC_TYPE_PAGED = "paged";
     115    public static final String DOC_TYPE_HIERARCHY = "hierarchy";
    112116
    113117    // classifier stuff
Note: See TracChangeset for help on using the changeset viewer.