Updated 2016-01-22 04:18:46 by pooryorick

StAX is a standard XML processing API that allows you to stream XML data from and to your application. StAX is an alternative to the venerable SAX and is much more powerful and robust than TAX (see TAX Revisited for an upgraded version, TAX: A Tiny API for XML for the original).

This StAX implementation is the standard pull parser implementation for JSR-173 specification.