Uses of Interface org.xml.sax.Attributes

Uses in package gnu.xml.util

Methods with parameter type org.xml.sax.Attributes

void
XMLWriter.startElement(String uri, String localName, String qName, Attributes atts)
SAX2: indicates the start of an element.
void
XMLWriter.writeElement(String uri, String localName, String qName, Attributes atts, int content)
Writes an element that has content consisting of a single integer, encoded as a decimal string.
void
XMLWriter.writeElement(String uri, String localName, String qName, Attributes atts, String content)
Writes an element that has content consisting of a single string.
void
XMLWriter.writeEmptyElement(String uri, String localName, String qName, Attributes atts)
Writes an empty element.

Uses in package gnu.xml.dom.ls

Methods with parameter type org.xml.sax.Attributes

Attr
Element
SAXEventSink.createElement(String uri, String localName, String qName, Attributes atts)
void
SAXEventSink.startElement(String uri, String localName, String qName, Attributes atts)
Receive notification of the beginning of an element.

Uses in package gnu.xml.pipeline

Methods with parameter type org.xml.sax.Attributes

void
Receive notification of the beginning of an element.
void
EventFilter.startElement(String uri, String localName, String qName, Attributes atts)
SAX2: passes this callback to the next consumer, if any
void
LinkFilter.startElement(String uri, String localName, String qName, Attributes atts)
Collects URIs for (X)HTML content from elements which hold them.
void
NSFilter.startElement(String uri, String localName, String qName, Attributes atts)
void
TeeConsumer.startElement(String uri, String localName, String qName, Attributes atts)
void
ContentHandler Performs validity checks against element (and document) content models, and attribute values.
void
Receive notification of the beginning of an element.
void
XIncludeFilter.startElement(String uri, String localName, String qName, Attributes atts)
SAX2: passes this callback to the next consumer, if any

Uses in package gnu.xml.stream

Classes implementing org.xml.sax.Attributes

class
JAXP SAX parser using an underlying StAX parser.

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 gnu.java.beans.decoder

Methods with parameter type org.xml.sax.Attributes

void
PersistenceParser.startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.
gnu.java.beans.decoder.Context
JavaHandler.startElement(Attributes attributes, ExceptionListener exceptionListener)
gnu.java.beans.decoder.Context
ObjectHandler.startElement(Attributes attributes, ExceptionListener exceptionListener)
Analyses the content of the Attributes instance and creates a Context object accordingly.
gnu.java.beans.decoder.Context
VoidHandler.startElement(Attributes attributes, ExceptionListener exceptionListener)
Analyses the content of the Attributes instance and creates a Context object accordingly.

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.

Uses in package gnu.xml.dom

Methods with parameter type org.xml.sax.Attributes

void
Consumer.Backdoor.startElement(String uri, String localName, String qName, Attributes atts)

Uses in package gnu.xml.aelfred2

Classes implementing org.xml.sax.Attributes

class
An enhanced SAX2 version of Microstar's Ælfred XML parser.

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.