XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> SAX, Java Packages -> SAX Navigator

SAX Navigator

Date: Jan. 2, 2001
Link: http://www.geocities.com/takuki_kamiya/pub/saxnavi.html
Source Author or Organization: Takuki Kamiya, Fujitsu Limited

SAX Navigator is a Java Application Programming Interface (API) that sits on top of any Simple API for XML 2.0 (SAX2) implementation to provide "forward-only, pull-model XML navigation".

A sample demonstration ("Driver.java") included in the distribution navigates through a sample XML document and prints out information as it sees data retrieved by SAX Navigator, without requiring complex SAX programming or the memory footprint of a Document Object Model (DOM) based method.

Part of the program is based on James Clark's XT, and users must comply with the distribution license of that package in the disposition of SAX Navigator.