Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts

Friday, May 05, 2006

StaX

StaX is a pull parsing Java XML API designed around the iterator design pattern. Read the Introduction to StAX for more information.

The other famous pull parsing API is XMLPULL. StaX is considered to be the next generation API which also addresses some of the issues in XMLPULL.

More information on StaX can also be found at Sun's JCP site