tng         2002/08/16 12:21:05

  Modified:    c/doc/html ApacheDOMC++BindingL3.html
  Log:
  DOM L3: lookupNamespacePrefix, isDefaultNamespace, lookupNamespaceURI should be 
defined as const.   Fixed by Gareth Reakes.
  
  Revision  Changes    Path
  1.4       +3 -3      xml-xerces/c/doc/html/ApacheDOMC++BindingL3.html
  
  Index: ApacheDOMC++BindingL3.html
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/html/ApacheDOMC++BindingL3.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ApacheDOMC++BindingL3.html        31 Jul 2002 20:38:07 -0000      1.3
  +++ ApacheDOMC++BindingL3.html        16 Aug 2002 19:21:05 -0000      1.4
  @@ -1542,7 +1542,7 @@
   <td><font face="Courier New,Courier"><font size=-1>const XMLCh*</font></font></td>
   
   <td><font face="Courier New,Courier"><font size=-1>lookupNamespacePrefix(const
  -XMLCh* namespaceURI, bool useDefault) = 0;</font></font></td>
  +XMLCh* namespaceURI, bool useDefault) const = 0;</font></font></td>
   </tr>
   
   <tr ALIGN=LEFT VALIGN=TOP>
  @@ -1553,7 +1553,7 @@
   <td><font face="Courier New,Courier"><font size=-1>bool</font></font></td>
   
   <td><font face="Courier New,Courier"><font size=-1>isDefaultNamespace(const
  -XMLCh* namespaceURI) = 0;</font></font></td>
  +XMLCh* namespaceURI) const = 0;</font></font></td>
   </tr>
   
   <tr ALIGN=LEFT VALIGN=TOP>
  @@ -1564,7 +1564,7 @@
   <td><font face="Courier New,Courier"><font size=-1>const XMLCh*</font></font></td>
   
   <td><font face="Courier New,Courier"><font size=-1>lookupNamespaceURI(const
  -XMLCh* prefix) = 0;</font></font></td>
  +XMLCh* prefix) const = 0;</font></font></td>
   </tr>
   
   <tr ALIGN=LEFT VALIGN=TOP>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to