In the InformIT XML Reference Guide: Guides
The Simple API for XML, or SAX, was developed by the XML-DEV mailing list. Rather than treating an XML document as a tree-like structure, SAX treats it as a series of events such as startDocument or endElement. To accomplish this, a SAX appllication typically consists of three classes. ...Technorati tags: XML | technology | simple API for XML |
Comments