Ignore:
Timestamp:
2012-03-27T15:15:07+13:00 (12 years ago)
Author:
kjdon
Message:

a little bit of tidying up. adding a few more string constants to GSParams

File:
1 edited

Legend:

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

    r25266 r25300  
    4949    static Logger logger = Logger.getLogger(org.greenstone.gsdl3.util.GSXML.class.getName());
    5050
    51     // greenstone xml elements
     51    // greenstone message xml elements
    5252    public static final String MESSAGE_ELEM = "message";
    5353    public static final String REQUEST_ELEM = "request";
     
    9292    public static final String DISPLAY_ELEM = "display";
    9393    public static final String LEVEL_ELEM = "level";
     94        public static final String REPLACE_ELEM = "replace";
    9495
    9596    public static final String DBINFO_ELEM = "dbInfo";
     
    122123    // add on to another elem type to get a list of that type
    123124    public static final String LIST_MODIFIER = "List";
    124 
     125  // used to refer back to another element type
     126        public static final String REF_MODIFIER = "Ref";
    125127    // greenstone xml attributes
    126128    public static final String COLLECTION_ATT = "collection";
     
    156158    public static final String NODE_STRUCTURE_ELEM = "nodeStructure";
    157159    public static final String NODE_ID_ATT = "nodeID";
     160        public static final String HREF_ID_ATT = "hrefId"; // for ids that need translating
     161        public static final String ID_MOD_ATT = "idMod"; // might hold .rt etc for hrefIds
    158162    public static final String NODE_OID = "oid";
    159163    public static final String NODE_NAME_ATT = "nodeName";
Note: See TracChangeset for help on using the changeset viewer.