|
"Unlike SAX, StAX is a bidirectional API."
SAX is being used by programs to produce AND receive events. Perhaps you should have said StAX supports bidirectional processing better that SAX. Here is an article ON THE SAME SITE that demonstrates bidirectional use of SAX...
http://www.xml.com/pub/a/2001/09/19/sax-non-xml-data.html
|