Ignore:
Timestamp:
2007-01-11T14:49:09+13:00 (17 years ago)
Author:
kjdon
Message:

getNodeContent() now takes lang as a param

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/AbstractDocumentRetrieve.java

    r13270 r13575  
    519519        }
    520520        try {
    521         Element node_content = getNodeContent(doc_id);
     521        Element node_content = getNodeContent(doc_id, lang);
    522522        doc.appendChild(node_content);
    523523        } catch (GSException e) {
     
    694694     * can return
    695695     */
    696     abstract protected Element getNodeContent(String doc_id) throws GSException;
     696    abstract protected Element getNodeContent(String doc_id, String lang) throws GSException;
    697697
    698698    /** returns the structural information asked for.
Note: See TracChangeset for help on using the changeset viewer.