Uses of Interface org.xml.sax.Attributes

Uses in package org.xml.sax.ext

Classes implementing org.xml.sax.Attributes

class
SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.

Constructors with parameter type org.xml.sax.Attributes

Copy an existing Attributes or Attributes2 object.

Methods with parameter type org.xml.sax.Attributes

void
Copy an entire Attributes object.

Uses in package org.xml.sax.helpers

Classes implementing org.xml.sax.Attributes

class
Default implementation of the Attributes interface.

Constructors with parameter type org.xml.sax.Attributes

Copy an existing Attributes object.

Methods with parameter type org.xml.sax.Attributes

void
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.

Uses in package org.xml.sax

Methods with parameter type org.xml.sax.Attributes

void
ContentHandler.startElement(String uri, String localName, String qName, Attributes atts)
Receive notification of the beginning of an element.