Uses of Interface
org.xml.sax.AttributeList

Packages that use AttributeList
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of AttributeList in gnu.xml.aelfred2
 

Classes in gnu.xml.aelfred2 that implement AttributeList
 class SAXDriver
          An enhanced SAX2 version of Microstar's Ælfred XML parser.
 

Uses of AttributeList in org.xml.sax
 

Methods in org.xml.sax with parameters of type AttributeList
 void HandlerBase.startElement(java.lang.String name, AttributeList attributes)
          Deprecated. Receive notification of the start of an element.
 void DocumentHandler.startElement(java.lang.String name, AttributeList atts)
          Deprecated. Receive notification of the beginning of an element.
 

Uses of AttributeList in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement AttributeList
 class AttributeListImpl
          Deprecated. This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class.
 

Methods in org.xml.sax.helpers with parameters of type AttributeList
 void ParserAdapter.startElement(java.lang.String qName, AttributeList qAtts)
          Adapter implementation method; do not call.
 void AttributeListImpl.setAttributeList(AttributeList atts)
          Deprecated. Set the attribute list, discarding previous contents.
 

Constructors in org.xml.sax.helpers with parameters of type AttributeList
AttributeListImpl(AttributeList atts)
          Deprecated. Construct a persistent copy of an existing attribute list.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2008-04-13.