Ignore:
Timestamp:
2003-12-17T13:08:02+13:00 (20 years ago)
Author:
cs025
Message:

Added HTMLDocumentTools, also modifications to the abstract interfaces
and the HTMLDocument doctype to support indexing by section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/doctypes/DocumentInterface.java

    r6101 r6284  
    5757   */
    5858  public String getDocumentText();
     59
     60  /**
     61   *  The document as a dom object
     62   */
     63  public org.w3c.dom.Document getDOMDocument();
    5964
    6065  /**
     
    113118   *  the label.
    114119   *
    115    *  @param <code>String</code> label of the metadata, with a '.' to deliminate
     120   *  @param <code>MetadataLabel</code> label of the metadata, with a '.' to deliminate
    116121   *                             sub-component structures.  The label may commence
    117122   *                             with a namespace followed by a colon.
     
    119124   *  @param <code>String</code> value of the metadata
    120125   */
    121   public void addDocumentMetadata(String label, String value);
     126  public void addDocumentMetadata(MetadataLabel label, String value);
    122127 
    123128  /**
     
    132137  public void addDocumentMetadata(String namespace, String label, String value);
    133138
    134  
    135139  /**
    136140   *  Post metadata to a file in this document - the appropriate changes
Note: See TracChangeset for help on using the changeset viewer.