Uses of Interface
org.xml.sax.AttributeList

Packages that use AttributeList
org.apache.html.dom   
org.apache.xerces.util   
org.apache.xml.resolver.readers Apache XML Commons Resolver Readers package. 
org.apache.xml.resolver.tools Apache XML Commons Resolver Tools package. 
org.apache.xml.serialize   
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 org.apache.html.dom
 

Methods in org.apache.html.dom with parameters of type AttributeList
 void HTMLBuilder.startElement(java.lang.String tagName, AttributeList attrList)
           
 

Uses of AttributeList in org.apache.xerces.util
 

Classes in org.apache.xerces.util that implement AttributeList
 class AttributesProxy
          Wraps XMLAttributes and makes it look like AttributeList and Attributes2.
 

Uses of AttributeList in org.apache.xml.resolver.readers
 

Methods in org.apache.xml.resolver.readers with parameters of type AttributeList
 void SAXCatalogReader.startElement(java.lang.String name, AttributeList atts)
          The SAX startElement method.
 

Uses of AttributeList in org.apache.xml.resolver.tools
 

Methods in org.apache.xml.resolver.tools with parameters of type AttributeList
 void ResolvingParser.startElement(java.lang.String name, AttributeList atts)
          Deprecated. SAX DocumentHandler API.
 

Uses of AttributeList in org.apache.xml.serialize
 

Methods in org.apache.xml.serialize with parameters of type AttributeList
 void TextSerializer.startElement(java.lang.String tagName, AttributeList attrs)
          Deprecated.  
 void HTMLSerializer.startElement(java.lang.String tagName, AttributeList attrs)
          Deprecated.  
 void XMLSerializer.startElement(java.lang.String tagName, AttributeList attrs)
          Deprecated.  
 

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 AttributeListImpl.setAttributeList(AttributeList atts)
          Deprecated. Set the attribute list, discarding previous contents.
 void ParserAdapter.startElement(java.lang.String qName, AttributeList qAtts)
          Adapter implementation method; do not call.
 

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