Changeset 8142


Ignore:
Timestamp:
2004-09-23T15:17:46+12:00 (20 years ago)
Author:
mdewsnip
Message:

Added some comments for the skimFile functions.

Location:
trunk/gli/src/org/greenstone/gatherer/metadata
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/metadata/DocXMLFile.java

    r8140 r8142  
    118118
    119119
     120    /**
     121     * Every doc.xml file must be skimmed when a collection is opened, for two reasons:
     122     *   - To build a mapping from source file to its corresponding doc.xml file
     123     *   - To get a complete list of all extracted metadata elements
     124     */
    120125    public void skimFile()
    121126    {
  • trunk/gli/src/org/greenstone/gatherer/metadata/MetadataXMLFile.java

    r8141 r8142  
    302302
    303303
     304    /**
     305     * Every metadata.xml file must be skimmed when a collection is opened, for two reasons:
     306     *   - To build complete and accurate metadata value trees (needed for Enrich pane and hierarchy files)
     307     *   - To handle any non-namespaced metadata in the file
     308     */
    304309    public void skimFile()
    305310    {
Note: See TracChangeset for help on using the changeset viewer.