peiyongz    2004/09/30 07:30:23

  Modified:    c/doc    program-sax2.xml program-sax.xml
  Log:
  setInputBufferSize
  
  Revision  Changes    Path
  1.25      +21 -0     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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- program-sax2.xml  28 Sep 2004 04:36:05 -0000      1.24
  +++ program-sax2.xml  30 Sep 2004 14:30:23 -0000      1.25
  @@ -536,6 +536,27 @@
                   <tr><th><em>Value Type</em></th><td> SecurityManager* </td></tr>
                   <tr><th><em>XMLUni Predefined Constant:</em></th><td> 
fgXercesSecurityManager </td></tr>
               </table>
  +            
  +            <p/>
  +                        
  +            <table>            
  +                <tr><th
  +                colspan="2"><em>setInputBufferSize(const size_t 
bufferSize)</em></th></tr>
  +                <tr><th><em>Description</em></th>
  +                <td> 
  +                    Set maximum input buffer size.
  +                    This method allows users to limit the size of buffers used in 
parsing
  +                    XML character data. The effect of setting this size is to limit 
the
  +                    size of a ContentHandler::characters() call.
  +                    The parser's default input buffer size is 1 megabyte.
  +                </td></tr>
  +                <tr><th><em>Value</em></th>
  +                <td> 
  +                    The maximum input buffer size
  +                </td></tr>
  +                <tr><th><em>Value Type</em></th><td> XMLCh* </td></tr>
  +            </table>
  +                        
               <p/>
             </s4>
           </s3>
  
  
  
  1.19      +20 -0     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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- program-sax.xml   28 Sep 2004 04:36:05 -0000      1.18
  +++ program-sax.xml   30 Sep 2004 14:30:23 -0000      1.19
  @@ -477,6 +477,26 @@
                       performed.
                   </td></tr>
                   <tr><th><em>Value Type</em></th><td> SecurityManager* </td></tr>
  +            </table>                
  +            
  +            <p/>
  +                        
  +            <table>            
  +                <tr><th
  +                colspan="2"><em>setInputBufferSize(const size_t 
bufferSize)</em></th></tr>
  +                <tr><th><em>Description</em></th>
  +                <td> 
  +                    Set maximum input buffer size.
  +                    This method allows users to limit the size of buffers used in 
parsing
  +                    XML character data. The effect of setting this size is to limit 
the
  +                    size of a ContentHandler::characters() call.
  +                    The parser's default input buffer size is 1 megabyte.
  +                </td></tr>
  +                <tr><th><em>Value</em></th>
  +                <td> 
  +                    The maximum input buffer size
  +                </td></tr>
  +                <tr><th><em>Value Type</em></th><td> XMLCh* </td></tr>
               </table>
               <p/>
           </s3>
  
  
  

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

Reply via email to