-
Enhancement
-
Resolution: Unresolved
-
P3
-
None
The SAXParser does not provide a mechanism to stop the parsing process. The semantic therefore is that a SAXParser would always scan through the whole XML document once a parsing process is started. This is especially undesirable when parsing a very large document.
This enhancement request proposes to add stop() and resume() methods to allow stopping and resuming a parsing process.
This enhancement request proposes to add stop() and resume() methods to allow stopping and resuming a parsing process.