|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeList | |
org.xml.sax | Provides the classes and interfaces for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. |
org.xml.sax.helpers | Provides helper classes for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. |
Uses of AttributeList in org.xml.sax |
Methods in org.xml.sax with parameters of type AttributeList | |
void |
HandlerBase.startElement(String name,
AttributeList attributes)
Deprecated. Receive notification of the start of an element. |
void |
DocumentHandler.startElement(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(String qName,
AttributeList qAtts)
Adapt a SAX1 startElement event. |
Constructors in org.xml.sax.helpers with parameters of type AttributeList | |
AttributeListImpl(AttributeList atts)
Deprecated. Construct a persistent copy of an existing attribute list. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.