Hitachi

uCosminexus Application Server XML Processor User Guide


2.2.19 org.xml.sax Package

The org.xml.sax package provides APIs for basic SAX processing.

The following figure shows the flow of processing for applications that handle SAX events.

Figure 2‒9: Flow of processing for applications that handle SAX events

[Figure]

For details on the org.xml.sax package, see the Javadoc of Simple API for XML (SAX) 2.0.2 (sax2r3).

For a coding sample for handling SAX events, see 5.5 Sample Program that Uses the SAX Parser.