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:42 UTC

cvs commit: xml-xerces/c/src/parsers SAX2XMLReaderImpl.hpp

tng         01/11/14 06:15:42

  Modified:    c/src/parsers SAX2XMLReaderImpl.hpp
  Log:
  Update SAX2 feature documentation.
  
  Revision  Changes    Path
  1.15      +5 -0      xml-xerces/c/src/parsers/SAX2XMLReaderImpl.hpp
  
  Index: SAX2XMLReaderImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/parsers/SAX2XMLReaderImpl.hpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SAX2XMLReaderImpl.hpp	2001/09/12 13:03:43	1.14
  +++ SAX2XMLReaderImpl.hpp	2001/11/14 14:15:42	1.15
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SAX2XMLReaderImpl.hpp,v $
  + * Revision 1.15  2001/11/14 14:15:42  tng
  + * Update SAX2 feature documentation.
  + *
    * Revision 1.14  2001/09/12 13:03:43  tng
    * [Bug 3155] SAX2 does not offer progressive parse.
    *
  @@ -631,6 +634,7 @@
     /**
       * 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)
  @@ -639,6 +643,7 @@
       * <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