You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2004/12/01 17:37:07 UTC

cvs commit: xml-xerces/c/doc program-dom.xml program-sax.xml program-sax2.xml

cargilld    2004/12/01 08:37:07

  Modified:    c/doc    program-dom.xml program-sax.xml program-sax2.xml
  Log:
  Documentation update for behaviour of validate annotations.
  
  Revision  Changes    Path
  1.43      +4 -2      xml-xerces/c/doc/program-dom.xml
  
  Index: program-dom.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program-dom.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- program-dom.xml	28 Sep 2004 04:36:05 -0000	1.42
  +++ program-dom.xml	1 Dec 2004 16:37:07 -0000	1.43
  @@ -608,7 +608,8 @@
                   <tr><th colspan="2"><em>setValidateAnnotation</em></th></tr>
                   <tr><th><em>true:</em></th><td> Enable validation of annotations. </td></tr>
                   <tr><th><em>false:</em></th><td> Disable validation of annotations. </td></tr>
  -                <tr><th><em>default:</em></th><td> false </td></tr>               
  +                <tr><th><em>default:</em></th><td> false </td></tr>
  +                <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr>
               </table>
               <p/>         
               
  @@ -1316,7 +1317,8 @@
                   <tr><th><em>true:</em></th><td> Enable validation of annotations. </td></tr>
                   <tr><th><em>false:</em></th><td> Disable validation of annotations. </td></tr>
                   <tr><th><em>default:</em></th><td> false </td></tr>
  -                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesValidateAnnotations </td></tr>                
  +                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesValidateAnnotations </td></tr>
  +                <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr>
               </table>
               <p/>                                    
               
  
  
  
  1.20      +2 -1      xml-xerces/c/doc/program-sax.xml
  
  Index: program-sax.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program-sax.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- program-sax.xml	30 Sep 2004 14:30:23 -0000	1.19
  +++ program-sax.xml	1 Dec 2004 16:37:07 -0000	1.20
  @@ -385,7 +385,8 @@
                   <tr><th colspan="2"><em>setValidateAnnotation</em></th></tr>
                   <tr><th><em>true:</em></th><td> Enable validation of annotations. </td></tr>
                   <tr><th><em>false:</em></th><td> Disable validation of annotations. </td></tr>
  -                <tr><th><em>default:</em></th><td> false </td></tr>               
  +                <tr><th><em>default:</em></th><td> false </td></tr>
  +                <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr>
               </table>
               <p/>               
               
  
  
  
  1.26      +2 -1      xml-xerces/c/doc/program-sax2.xml
  
  Index: program-sax2.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/program-sax2.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- program-sax2.xml	30 Sep 2004 14:30:23 -0000	1.25
  +++ program-sax2.xml	1 Dec 2004 16:37:07 -0000	1.26
  @@ -416,7 +416,8 @@
                   <tr><th><em>true:</em></th><td> Enable validation of annotations. </td></tr>
                   <tr><th><em>false:</em></th><td> Disable validation of annotations. </td></tr>
                   <tr><th><em>default:</em></th><td> false </td></tr>
  -                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesValidateAnnotations </td></tr>                
  +                <tr><th><em>XMLUni Predefined Constant:</em></th><td> fgXercesValidateAnnotations </td></tr>
  +                <tr><th><em>note:</em></th><td> Each annotation is validated independently. </td></tr>
               </table>
               <p/>                                    
   
  
  
  

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