Table of Contents

Java - Simple API for XML (SAX)

About

The Simple API for XML (SAX) is the event-driven, serial-access mechanism of Jaxp that does element-by-element processing.

Setting up a program to use SAX requires a bit more work than setting up to use the Document Object Model (DOM).

You cannot go back to an earlier position or leap ahead to a different position.

Package

Jaxpintro Saxapi

Documentation / Reference