The xmliter package provides an API for processing XML data that is easier to use than SAX or DOM, performs almost as well as SAX, and works with large documents that won't fit into memory using DOM.
Good starting points are the sample programs and the XmlIterator API documentation.
API - javadocs
Samples - sample programs
xmliter.jar - JAR file
Project - open-source project on sourceforge.net
Download - binary and source releases from sourceforge.net
The xmliter package is open-source software and may be freely used and distributed under the MIT license.
Copyright (c) 2003 Mark T. Hayes; All Rights Reserved