| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeList | |
|---|---|
| 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.xml.sax | 
|---|
| Methods in org.xml.sax with parameters of type AttributeList | |
|---|---|
 void | 
DocumentHandler.startElement(String name,
             AttributeList atts)
Deprecated. Receive notification of the beginning of an element.  | 
 void | 
HandlerBase.startElement(String name,
             AttributeList attributes)
Deprecated. Receive notification of the start 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(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.  | 
|
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.