Uses of Interface
org.xml.sax.AttributeList
Package
Description
Provides the interfaces for the Simple API for XML (SAX).
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of AttributeList in org.xml.sax
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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.ModifierConstructorDescriptionDeprecated.Construct a persistent copy of an existing attribute list.
AttributeList
; that interface has been replaced byAttributes
, which is implemented in theAttributesImpl
helper class.