Uses of Interface
org.xml.sax.AttributeList
| Package | Description | 
|---|---|
| org.xml.sax | Provides the interfaces for the Simple API for XML (SAX). | 
| org.xml.sax.helpers | Provides helper classes, including
 support for bootstrapping SAX-based applications. | 
- 
Uses of AttributeList in org.xml.saxMethods in org.xml.sax with parameters of type AttributeList Modifier and Type Method Description voidDocumentHandler. startElement(String name, AttributeList atts)Deprecated.Receive notification of the beginning of an element.voidHandlerBase. startElement(String name, AttributeList attributes)Deprecated.Receive notification of the start of an element.
- 
Uses of AttributeList in org.xml.sax.helpersClasses in org.xml.sax.helpers that implement AttributeList Modifier and Type Class Description classAttributeListImplDeprecated.This class implements a deprecated interface,AttributeList; that interface has been replaced byAttributes, which is implemented in theAttributesImplhelper class.Methods in org.xml.sax.helpers with parameters of type AttributeList Modifier and Type Method Description voidAttributeListImpl. setAttributeList(AttributeList atts)Deprecated.Set the attribute list, discarding previous contents.voidParserAdapter. startElement(String qName, AttributeList qAtts)Adapter implementation method; do not call.Constructors in org.xml.sax.helpers with parameters of type AttributeList Constructor Description AttributeListImpl(AttributeList atts)Deprecated.Construct a persistent copy of an existing attribute list.