7Copyright © 2000-2001 Profile Consulting Inc.7
SAX Control Flow

SAX uses callback control flow.
Initiated by a call from the application.
As the parser scans the XML document, it calls methods defined by the application.
The application is informed sequentially, and incrementally of the document's content.
The application implements an interface from the API.