1. Overview
Streaming API for XML, called StaX, is an API for reading and writing XML Documents.StaX is a Pull-Parsing model. Application can take the control over parsing the XML documents by pulling (taking) the events from the parser.
The core StaX API falls into two categories and they are listed below. They are
- Cursor API
- Event Iterator API
No comments:
Post a Comment