You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/11/14 15:15:59 UTC

cvs commit: xml-xerces/c/src/sax2 SAX2XMLReader.hpp

tng         01/11/14 06:15:59

  Modified:    c/doc    program.xml
               c/src/sax2 SAX2XMLReader.hpp
  Log:
  Update SAX2 feature documentation.
  
  Revision  Changes    Path
  1.15      +3 -1      xml-xerces/c/doc/program.xml
  
  Index: program.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- program.xml	2001/10/18 14:59:15	1.14
  +++ program.xml	2001/11/14 14:15:59	1.15
  @@ -357,7 +357,9 @@
           <p/>
   
           <table>
  -            <tr><td colspan="2"><em>http://apache.org/xml/features/validation/reuse-validator</em> (deprecated)</td></tr>
  +            <tr><td colspan="2"><em>http://apache.org/xml/features/validation/reuse-validator</em> (deprecated) <br/>
  +             Please use <em>http://apache.org/xml/features/validation/reuse-grammar</em>
  +            </td></tr>
               <tr><td><em>true:</em></td><td> The parser will reuse grammar information from previous parses in subsequent parses. </td></tr>
               <tr><td><em>false:</em></td><td> The parser will not reuse any grammar information. (default)</td></tr>
           </table>
  
  
  
  1.13      +6 -1      xml-xerces/c/src/sax2/SAX2XMLReader.hpp
  
  Index: SAX2XMLReader.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/sax2/SAX2XMLReader.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- SAX2XMLReader.hpp	2001/09/12 13:03:43	1.12
  +++ SAX2XMLReader.hpp	2001/11/14 14:15:59	1.13
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2XMLReader.hpp,v $
  + * Revision 1.13  2001/11/14 14:15:59  tng
  + * Update SAX2 feature documentation.
  + *
    * Revision 1.12  2001/09/12 13:03:43  tng
    * [Bug 3155] SAX2 does not offer progressive parse.
    *
  @@ -451,14 +454,16 @@
     /**
       * Set the state of any feature in a SAX2 XMLReader.
       * Supported features in SAX2 for xerces-c are:
  +    * <br>(See http://xml.apache.org/xerces-c/program.html#SAX2Features for detail description).
       *
       * <br>http://xml.org/sax/features/validation (default: true)
       * <br>http://xml.org/sax/features/namespaces (default: true)
       * <br>http://xml.org/sax/features/namespace-prefixes (default: true)
       * <br>http://apache.org/xml/features/validation/dynamic (default: false)
  -    * <br>http://apache.org/xml/features/validation/reuse-validator (default: false)
  +    * <br>http://apache.org/xml/features/validation/reuse-grammar (default: false)
       * <br>http://apache.org/xml/features/validation/schema (default: true)
       * <br>http://apache.org/xml/features/validation/schema-full-checking (default: false)
  +    * <br>http://apache.org/xml/features/validation/reuse-validator (Deprecated) (default: false)
       *
       * @param name The unique identifier (URI) of the feature.
       * @param value The requested state of the feature (true or false).
  
  
  

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