You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/09/24 11:34:27 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/source URLSource.java

cziegeler    01/09/24 02:34:27

  Modified:    src/org/apache/cocoon/components/language/markup Tag:
                        cocoon_20_branch Logicsheet.java
               src/org/apache/cocoon/components/source Tag:
                        cocoon_20_branch URLSource.java
  Log:
  Fixing javadocs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.3   +7 -7      xml-cocoon2/src/org/apache/cocoon/components/language/markup/Logicsheet.java
  
  Index: Logicsheet.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/language/markup/Logicsheet.java,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- Logicsheet.java	2001/09/05 22:18:11	1.3.2.2
  +++ Logicsheet.java	2001/09/24 09:34:27	1.3.2.3
  @@ -50,7 +50,7 @@
    * @author <a href="mailto:ricardo@apache.org">Ricardo Rocha</a>
    * @author <a href="mailto:dims@yahoo.com">Davanum Srinivas</a>
    * @author <a href="mailto:ovidiu@cup.hp.com">Ovidiu Predescu</a>
  - * @version CVS $Revision: 1.3.2.2 $ $Date: 2001/09/05 22:18:11 $
  + * @version CVS $Revision: 1.3.2.3 $ $Date: 2001/09/24 09:34:27 $
    */
   public class Logicsheet extends AbstractLoggable
   {
  @@ -58,7 +58,7 @@
      * The Source object for this logicsheet.
      */
     Source source;
  -  
  +
     /**
      * the template namespace's list
      */
  @@ -86,7 +86,7 @@
         getLogger().error("Cannot obtain XSLTProcessor component: " + e);
       }
     }
  -  
  +
     /**
      * Creates a new <code>Logicsheet</code> instance given an URL to
      * containing the logicsheet, the {@link
  @@ -119,12 +119,12 @@
         getLogger().error("Cannot obtain XSLTProcessor component: " + e);
       }
     }
  -  
  +
     public String getSystemId()
     {
       return source.getSystemId();
     }
  -  
  +
     /**
      * This will return the list of namespaces in this logicsheet.
      */
  @@ -187,7 +187,7 @@
       }
   
       /**
  -     * @see ContentHandler
  +     * @see org.xml.sax.ContentHandler
        */
       public void startDocument ()
         throws SAXException
  @@ -196,7 +196,7 @@
       }
   
       /**
  -     * @see ContentHandler
  +     * @see org.xml.sax.ContentHandler
        */
       public void startPrefixMapping(String prefix, String uri)
         throws SAXException
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.14  +4 -5      xml-cocoon2/src/org/apache/cocoon/components/source/URLSource.java
  
  Index: URLSource.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/source/URLSource.java,v
  retrieving revision 1.1.2.13
  retrieving revision 1.1.2.14
  diff -u -r1.1.2.13 -r1.1.2.14
  --- URLSource.java	2001/09/08 04:46:56	1.1.2.13
  +++ URLSource.java	2001/09/24 09:34:27	1.1.2.14
  @@ -33,7 +33,7 @@
    * Description of a source which is described by an URL.
    *
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.1.2.13 $ $Date: 2001/09/08 04:46:56 $
  + * @version CVS $Revision: 1.1.2.14 $ $Date: 2001/09/24 09:34:27 $
    */
   
   public final class URLSource implements ModifiableSource {
  @@ -128,7 +128,7 @@
       /**
        * Return an <code>InputStream</code> object to read from the source.
        *
  -     * @throws ResourceNotFoundException if file not found or 
  +     * @throws ResourceNotFoundException if file not found or
        *         HTTP location does not exist.
        * @throws IOException if I/O error occured.
        */
  @@ -215,7 +215,7 @@
       /**
        * Return a new <code>InputSource</code> object
        *
  -     * @throws ResourceNotFoundException if file not found or 
  +     * @throws ResourceNotFoundException if file not found or
        *         HTTP location does not exist.
        * @throws IOException if I/O error occured.
        */
  @@ -310,9 +310,8 @@
       /**
        * Stream content to a content handler or to an XMLConsumer.
        *
  -     * @throws ResourceNotFoundException if file not found or 
  +     * @throws ResourceNotFoundException if file not found or
        *         HTTP location does not exist.
  -     * @throws IOException if I/O error occured.
        * @throws SAXException if failed to parse source document.
        */
       public void toSAX(ContentHandler handler)
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org