Description
Applications can process large XML documents incrementally instead of loading everything into memory at once.
This library is useful for developers who need a streaming pull parser and serializer for XML data. It helps software read or write structured XML in a controlled way, especially when files are large or generated progressively.
It does not decide whether XML content is trustworthy. Parent applications should handle untrusted XML carefully, including external references, malformed input, and resource limits.