You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2004/02/26 00:59:56 UTC

cvs commit: xml-fop/src/java/org/apache/fop/tools DocumentReader.java

pbwest      2004/02/25 15:59:56

  Modified:    src/java/org/apache/fop/tools Tag: FOP_0-20-0_Alt-Design
                        DocumentReader.java
  Log:
  Removed Javadoc link to deprecated SAX1 method to stop Eclipse whining
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.4   +3 -5      xml-fop/src/java/org/apache/fop/tools/DocumentReader.java
  
  Index: DocumentReader.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/tools/DocumentReader.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- DocumentReader.java	19 Feb 2004 03:11:58 -0000	1.1.2.3
  +++ DocumentReader.java	25 Feb 2004 23:59:56 -0000	1.1.2.4
  @@ -124,7 +124,7 @@
        * <p>The feature name is any fully-qualified URI.  It is
        * possible for an XMLReader to recognize a feature name but
        * to be unable to set its value; this is especially true
  -     * in the case of an adapter for a SAX1 {@link org.xml.sax.Parser Parser},
  +     * in the case of an adapter for a SAX1,
        * which has no way of affecting whether the underlying parser is
        * validating, for example.</p>
        *
  @@ -163,8 +163,7 @@
        * <p>The property name is any fully-qualified URI.  It is
        * possible for an XMLReader to recognize a property name but
        * to be unable to return its state; this is especially true
  -     * in the case of an adapter for a SAX1 {@link org.xml.sax.Parser
  -     * Parser}.</p>
  +     * in the case of an adapter for a SAX1.
        *
        * <p>XMLReaders are not required to recognize any specific
        * property names, though an initial core set is documented for
  @@ -195,8 +194,7 @@
        * <p>The property name is any fully-qualified URI.  It is
        * possible for an XMLReader to recognize a property name but
        * to be unable to set its value; this is especially true
  -     * in the case of an adapter for a SAX1 {@link org.xml.sax.Parser
  -     * Parser}.</p>
  +     * in the case of an adapter for a SAX1.
        *
        * <p>XMLReaders are not required to recognize setting
        * any specific property names, though a core set is provided with
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org