An introduction to Streaming API for XML (StAX)

www-128.ibm.com — The Streaming API for XML (StAX) is the latest standard for processing XML in the Java™ language. As a stream-oriented approach, it often proves a better alternative to other methods, such as DOM and SAX, both in terms of performance and usability. This article, the first in a three part series, provides an overview of StAX. Nov 29, 2006 View in Crawl 4