GNU Info

Info Node: (python2.1-lib.info)IncrementalParser Objects

(python2.1-lib.info)IncrementalParser Objects


Next: Locator Objects Prev: XMLReader Objects Up: xml.sax.xmlreader
Enter node , (file) or (file)node

IncrementalParser Objects
-------------------------

Instances of `IncrementalParser' offer the following additional methods:

`feed(data)'
     Process a chunk of DATA.

`close()'
     Assume the end of the document. That will check well-formedness
     conditions that can be checked only at the end, invoke handlers,
     and may clean up resources allocated during parsing.

`reset()'
     This method is called after close has been called to reset the
     parser so that it is ready to parse new documents. The results of
     calling parse or feed after close without calling reset are
     undefined."""


automatically generated by info2www version 1.2.2.9