SAX
The SAX (Simple API for XML) model is an event-based approach. The SAX model is a recommendation not hosted by the W3C, but it has reached the same acceptance. It is programming language-independent and defines a set of interfaces dealing with the various events occurring during XML parsing.
Package org.xml.sax
This is the core of the SAX model, containing all interfaces.
Interface Attributes
This is the interface for a list of XML attributes. This module, both source code and documentation, is in the public domain, and it comes with no warranty.
This interface allows access to a list of attributes in three different ways:
By attribute index
By namespace-qualified name
By qualified (prefixed) name
The list does not contain attributes that ...
Get Cocoon: Building XML Applications now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.