|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Programmer Interface
Charles Reitzel writes: > Does SAX support the notion of a low-level/full-control interface > with high-level/app-safe layers over it? Is this what filters do? > Does anyone have a pointer to a conceptual overview of the SAX > object hierarchy? SAX provides no explicit support for doing so, but what you suggest is implicit in the design: SAX was intended to provide very low-level parse information that middle layers (such as a DOM implementation or some other object model) can present to application writers in a more palatable form. In the end, I bent a little to the wishes of the masses and included a few friendly helper classes, but for the most part, SAX is still more IP than HTTP. There are two major advantages to keeping SAX relatively stupid: 1. Parser writers do not need to implement too much, so they're more likely to support SAX (as has happened almost universally among Java parser writers). 2. Application writers aren't stuck with a single, high-level object model. All the best, David -- David Megginson david@m... http://www.megginson.com/ xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






