Community

StAX’ing up XML, Part 1: An introduction to Streaming API for XML (StAX)

(Peter Nehrer) 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 pa

Read More - Register for Free Membership