JAXP StAX

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

The StAX API provide streaming, event-driven, pull parsing for reading and writing XML documents, as an alternative to SAX push parsing and JAXP DOM full in-memory tree structure representation.

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

StAX Example

StAX Example

Component Packages