Changeset 6386


Ignore:
Timestamp:
2004-01-09T14:57:28+13:00 (20 years ago)
Author:
jmt12
Message:

Finished commenting to 2.41 final standard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/ApplyXSLT.java

    r5581 r6386  
    1 /*
    2  *    ApplyXSLT.java
    3  *    Copyright (C) 2002 New Zealand Digital Library, http://www.nzdl.org
     1/**
     2 *#########################################################################
    43 *
    5  *    This program is free software; you can redistribute it and/or modify
    6  *    it under the terms of the GNU General Public License as published by
    7  *    the Free Software Foundation; either version 2 of the License, or
    8  *    (at your option) any later version.
     4 * A component of the Greenstone Librarian Interface (GLI) application,
     5 * part of the Greenstone digital library software suite from the New
     6 * Zealand Digital Library Project at the University of Waikato,
     7 * New Zealand.
    98 *
    10  *    This program is distributed in the hope that it will be useful,
    11  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
    12  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    13  *    GNU General Public License for more details.
     9 * Author: Michael Dewsnip
     10 *         Greenstone Project, New Zealand Digital Library
     11 *         University of Waikato
     12 *         http://www.nzdl.org
    1413 *
    15  *    You should have received a copy of the GNU General Public License
    16  *    along with this program; if not, write to the Free Software
    17  *    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     14 * Copyright (C) 2004 New Zealand Digital Library, University of Waikato
     15 *
     16 * This program is free software; you can redistribute it and/or modify
     17 * it under the terms of the GNU General Public License as published by
     18 * the Free Software Foundation; either version 2 of the License, or
     19 * (at your option) any later version.
     20 *
     21 * This program is distributed in the hope that it will be useful,
     22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     24 * GNU General Public License for more details.
     25 *
     26 * You should have received a copy of the GNU General Public License
     27 * along with this program; if not, write to the Free Software
     28 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     29 *########################################################################
    1830 */
    1931
     
    2840import javax.xml.transform.stream.StreamResult;
    2941
    30 
     42/** Any class that wants to act as the owner of an AppendLineOnlyFileDocument has to implement this.
     43 * @author Michael Dewsnip, Greenstone Project, New Zealand Digital Library, University of Waikato
     44 * @version 2.41 final
     45 */
    3146public class ApplyXSLT
    3247{
Note: See TracChangeset for help on using the changeset viewer.