You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2001/08/02 04:32:54 UTC

cvs commit: xml-xerces/perl/Xerces_headers/parsers DOMParser.hpp IDOMParser.hpp SAXParser.hpp

jasons      01/08/01 19:32:54

  Modified:    perl/Xerces_headers/parsers DOMParser.hpp IDOMParser.hpp
                        SAXParser.hpp
  Log:
  	* Xerces_headers/parsers/SAXParser.hpp (Repository):
  	* Xerces_headers/parsers/IDOMParser.hpp (Repository):
  	* Xerces_headers/parsers/DOMParser.hpp (Repository):
  	getScanner() was removed from Parser interface
  
  Revision  Changes    Path
  1.4       +1 -10     xml-xerces/perl/Xerces_headers/parsers/DOMParser.hpp
  
  Index: DOMParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/parsers/DOMParser.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DOMParser.hpp	2001/07/09 16:47:42	1.3
  +++ DOMParser.hpp	2001/08/02 02:32:54	1.4
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: DOMParser.hpp,v 1.3 2001/07/09 16:47:42 jasons Exp $
  + * $Id: DOMParser.hpp,v 1.4 2001/08/02 02:32:54 jasons Exp $
    *
    */
   
  @@ -189,15 +189,6 @@
         * @return A const pointer to the installed entity resolver object.
         */
   //    const EntityResolver* getEntityResolver() const;
  -
  -    /** Get a const reference to the underlying scanner
  -      *
  -      * This method returns a reference to the underlying scanner object.
  -      * It allows read only access to data maintained in the scanner.
  -      *
  -      * @return A const reference to the underlying scanner object.
  -      */
  -    const XMLScanner& getScanner() const;
   
       /** Get a const reference to the validator
         *
  
  
  
  1.2       +1 -10     xml-xerces/perl/Xerces_headers/parsers/IDOMParser.hpp
  
  Index: IDOMParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/parsers/IDOMParser.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOMParser.hpp	2001/07/09 15:20:15	1.1
  +++ IDOMParser.hpp	2001/08/02 02:32:54	1.2
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: IDOMParser.hpp,v 1.1 2001/07/09 15:20:15 jasons Exp $
  + * $Id: IDOMParser.hpp,v 1.2 2001/08/02 02:32:54 jasons Exp $
    *
    */
   
  @@ -190,15 +190,6 @@
         * @return A const pointer to the installed entity resolver object.
         */
       const EntityResolver* getEntityResolver() const;
  -
  -    /** Get a const reference to the underlying scanner
  -      *
  -      * This method returns a reference to the underlying scanner object.
  -      * It allows read only access to data maintained in the scanner.
  -      *
  -      * @return A const reference to the underlying scanner object.
  -      */
  -    const XMLScanner& getScanner() const;
   
       /** Get a const reference to the validator
         *
  
  
  
  1.5       +5 -8      xml-xerces/perl/Xerces_headers/parsers/SAXParser.hpp
  
  Index: SAXParser.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Xerces_headers/parsers/SAXParser.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SAXParser.hpp	2001/07/09 23:14:20	1.4
  +++ SAXParser.hpp	2001/08/02 02:32:54	1.5
  @@ -56,6 +56,12 @@
   
   /*
    * $Log: SAXParser.hpp,v $
  + * Revision 1.5  2001/08/02 02:32:54  jasons
  + * 	* Xerces_headers/parsers/SAXParser.hpp (Repository):
  + * 	* Xerces_headers/parsers/IDOMParser.hpp (Repository):
  + * 	* Xerces_headers/parsers/DOMParser.hpp (Repository):
  + * 	getScanner() was removed from Parser interface
  + *
    * Revision 1.4  2001/07/09 23:14:20  jasons
    * 	* Xerces_headers/sax2/SAX2XMLReader.hpp (Repository):
    * 	* Xerces_headers/parsers/SAXParser.hpp (Repository):
  @@ -240,14 +246,6 @@
         * It allows read only access to data maintained in the scanner.
         *
         * @return A const reference to the underlying scanner object.
  -      */
  -    const XMLScanner& getScanner() const;
  -
  -    /**
  -      * This method returns a reference to the parser's installed
  -      * validator.  
  -      *
  -      * @return A const reference to the installed validator object.
         */
       const XMLValidator& getValidator() const;
   
  
  
  

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