|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeList | |
org.xml.sax | SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. |
org.xml.sax.helpers | This package contains simple "helper" classes which can help programmers get started using the SAX APIs. |
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)
Receive notification of the start of an element. |
void |
DocumentHandler.startElement(java.lang.String name,
AttributeList atts)
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
Convenience implementation for AttributeList. |
Methods in org.xml.sax.helpers with parameters of type AttributeList | |
void |
AttributeListImpl.setAttributeList(AttributeList atts)
Set the attribute list, discarding previous contents. |
Constructors in org.xml.sax.helpers with parameters of type AttributeList | |
AttributeListImpl.AttributeListImpl(AttributeList atts)
Construct a persistent copy of an existing attribute list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |