~ubuntu-branches/ubuntu/precise/xerces-c/precise-updates

« back to all changes in this revision

Viewing changes to doc/program-sax.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
537
537
 
538
538
            <table>
539
539
                <tr><th
 
540
                colspan="2"><em>setLowWaterMark(XMLSize_t)</em></th></tr>
 
541
                <tr><th><em>Description</em></th>
 
542
                <td>
 
543
                    If the number of available bytes in the raw buffer is less than
 
544
                    the low water mark the parser will attempt to read more data before
 
545
                    continuing parsing. By default the value for this parameter is 100
 
546
                    bytes. You may want to set this parameter to 0 if you would like
 
547
                    the parser to parse the available data immediately without
 
548
                    potentially blocking while waiting for more date.
 
549
                </td></tr>
 
550
                <tr><th><em>Value</em></th>
 
551
                <td>
 
552
                    New low water mark.
 
553
                </td></tr>
 
554
                <tr><th><em>Value Type</em></th><td> XMLSize_t </td></tr>
 
555
            </table>
 
556
 
 
557
            <p/>
 
558
 
 
559
            <table>
 
560
                <tr><th
540
561
                colspan="2"><em>setInputBufferSize(const size_t bufferSize)</em></th></tr>
541
562
                <tr><th><em>Description</em></th>
542
563
                <td>