JAXP StAX

From NovaOrdis Knowledge Base
Revision as of 20:28, 9 November 2016 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

The StAX API provide streaming, event-driven, pull parsing for reading and writing XML documents.

StAX offers a simpler programming model than SAX and more efficient memory management than JAXP DOM.

StAX Example

StAX Example

Component Packages