SAX and DOM
David Megginson
david at megginson.com
Thu Dec 16 14:24:51 GMT 1999
"Clark C. Evans" <clark.evans at manhattanproject.com> writes:
> SAX is a stream interface, but unfortunately,
> an event/listener pattern was not used.
SAX doesn't use the Java version of the event/listener stuff because
an XML document will generate several thousand events in a second or
two, and you'd really, really start to notice the overhead (unlike a
GUI, where you'll see at most a couple of dozen events in a second,
and usually much less). It's very easy to implement the Java event
stuff on top of SAX if you want it, but there wasn't a good reason to
impose it on everyone.
All the best,
David
--
David Megginson david at megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list