Changeset 3899


Ignore:
Timestamp:
2003-03-18T15:04:59+12:00 (21 years ago)
Author:
kjdon
Message:

doc node atts now have generic names so can be shared by documents and classifiers

File:
1 edited

Legend:

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

    r3870 r3899  
    8080    public static final String DOC_NODE_CONTENT_ELEM = "documentNodeContent";
    8181    public static final String DOC_NODE_STRUCTURE_ELEM = "documentNodeStructure";
    82     public static final String DOC_NODE_ID_ATT = "documentID";
    83     public static final String DOC_NODE_NAME_ATT = "documentNodeName";
    84     public static final String DOC_NODE_TYPE_ATT = "documentNodeType";
     82    public static final String NODE_ID_ATT = "nodeID";
     83    public static final String NODE_NAME_ATT = "nodeName";
     84    public static final String NODE_TYPE_ATT = "nodeType";
     85    // should we rename these to the above??
     86    public static final String DOC_NODE_ID_ATT = "nodeID";
     87    public static final String DOC_NODE_NAME_ATT = "nodeName";
     88    public static final String DOC_NODE_TYPE_ATT = "nodeType";
    8589
    8690    public static final String NODE_TYPE_ROOT = "root";
     
    9094    // classifier stuff
    9195    public static final String CLASS_NODE_ELEM = "classifierNode";
    92     public static final String CLASS_NODE_ID_ATT = "classifierID";
     96    public static final String CLASS_NODE_ORIENTATION_ATT = "orientation";
     97    //public static final String CLASS_NODE_ID_ATT = "classifierID";
    9398   
    9499    // parameter types
Note: See TracChangeset for help on using the changeset viewer.