SAX
The Simple API for XML (SAX), aka Serial API for XML, is a specification arrived at by a group related to W3C, the XML Dev mailing list.
While the DOM is the specification of an entire document, the SAX API specifies how to process the document in a serial order by giving processing methods (aka the callback functions) for each node or element of the document.