You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jp...@locus.apache.org on 2000/08/10 00:09:13 UTC

cvs commit: xml-xerces/c/src/framework XMLValidator.hpp

jpolast     00/08/09 15:09:12

  Modified:    c/src/framework XMLValidator.hpp
  Log:
  added const XMLCh* getURIText()
  allows parsers to use const URIs instead of appending
  to a XMLBuffer.
  
  Revision  Changes    Path
  1.7       +10 -0     xml-xerces/c/src/framework/XMLValidator.hpp
  
  Index: XMLValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/XMLValidator.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLValidator.hpp	2000/03/02 19:54:25	1.6
  +++ XMLValidator.hpp	2000/08/09 22:09:09	1.7
  @@ -56,6 +56,11 @@
   
    /*
     * $Log: XMLValidator.hpp,v $
  +  * Revision 1.7  2000/08/09 22:09:09  jpolast
  +  * added const XMLCh* getURIText()
  +  * allows parsers to use const URIs instead of appending
  +  * to a XMLBuffer.
  +  *
     * Revision 1.6  2000/03/02 19:54:25  roddey
     * This checkin includes many changes done while waiting for the
     * 1.1.0 code to be finished. I can't list them all here, but a list is
  @@ -477,6 +482,11 @@
       (
           const   unsigned int    uriId
           ,       XMLBuffer&      uriBufToFill
  +    )   const = 0;
  +
  +	virtual const XMLCh* getURIText
  +	(   
  +	    const   unsigned int    uriId
       )   const = 0;
   
       /**