5Copyright © 2000-2001 Profile Consulting Inc.5
DOM Control Flow

DOM uses the natural control flow.
With callbacks for error handling.
The application makes method calls to navigate a tree of objects that is built by the parser to reflect the structure of the XML document.
Each parser class implements an interface that allows the application to make those calls.