Uses of Interface
org.xml.sax.Attributes
Package
Description
Provides the interfaces for the Simple API for XML (SAX).
Provides interfaces to SAX2 facilities that
conformant SAX drivers won't necessarily support.
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of Attributes in org.xml.sax
Modifier and TypeMethodDescriptionvoid
ContentHandler.startElement
(String uri, String localName, String qName, Attributes atts) Receive notification of the beginning of an element. -
Uses of Attributes in org.xml.sax.ext
Modifier and TypeInterfaceDescriptioninterface
SAX2 extension to augment the per-attribute information provided throughAttributes
.Modifier and TypeClassDescriptionclass
SAX2 extension helper for additional Attributes information, implementing theAttributes2
interface.Modifier and TypeMethodDescriptionvoid
Attributes2Impl.setAttributes
(Attributes atts) Copy an entire Attributes object.ModifierConstructorDescriptionAttributes2Impl
(Attributes atts) Copy an existing Attributes or Attributes2 object. -
Uses of Attributes in org.xml.sax.helpers
Modifier and TypeClassDescriptionclass
Default implementation of the Attributes interface.Modifier and TypeMethodDescriptionvoid
AttributesImpl.setAttributes
(Attributes atts) Copy an entire Attributes object.void
DefaultHandler.startElement
(String uri, String localName, String qName, Attributes attributes) Receive notification of the start of an element.void
XMLFilterImpl.startElement
(String uri, String localName, String qName, Attributes atts) Filter a start element event.void
XMLReaderAdapter.startElement
(String uri, String localName, String qName, Attributes atts) Adapt a SAX2 start element event.ModifierConstructorDescriptionAttributesImpl
(Attributes atts) Copy an existing Attributes object.