Uses of Interface
org.xml.sax.Attributes

Packages that use Attributes
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
gnu.xml.dom This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). 
gnu.xml.pipeline This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. 
gnu.xml.util This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. 
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.ext This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of Attributes in gnu.xml.aelfred2
 

Classes in gnu.xml.aelfred2 that implement Attributes
 class SAXDriver
          An enhanced SAX2 version of Microstar's Ælfred XML parser.
 

Uses of Attributes in gnu.xml.dom
 

Methods in gnu.xml.dom with parameters of type Attributes
 void Consumer.Backdoor.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
           
 

Uses of Attributes in gnu.xml.pipeline
 

Methods in gnu.xml.pipeline with parameters of type Attributes
 void LinkFilter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Collects URIs for (X)HTML content from elements which hold them.
 void XIncludeFilter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
           
 void TeeConsumer.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
           
 void ValidationConsumer.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          ContentHandler Performs validity checks against element (and document) content models, and attribute values.
 void EventFilter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          SAX2: passes this callback to the next consumer, if any
 void NSFilter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
           
 void WellFormednessFilter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
           
 void DomConsumer.Handler.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
           
 

Uses of Attributes in gnu.xml.util
 

Methods in gnu.xml.util with parameters of type Attributes
 void XMLWriter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          SAX2: indicates the start of an element.
 void XMLWriter.writeElement(java.lang.String uri, java.lang.String localName, java.lang.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(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts, java.lang.String content)
          Writes an element that has content consisting of a single string.
 void XMLWriter.writeEmptyElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Writes an empty element.
 

Uses of Attributes in org.xml.sax
 

Methods in org.xml.sax with parameters of type Attributes
 void ContentHandler.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
          Receive notification of the beginning of an element.
 

Uses of Attributes in org.xml.sax.ext
 

Subinterfaces of Attributes in org.xml.sax.ext
 interface Attributes2
          SAX2 extension to augment the per-attribute information provided though Attributes.
 

Classes in org.xml.sax.ext that implement Attributes
 class Attributes2Impl
          SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.
 

Methods in org.xml.sax.ext with parameters of type Attributes
 void Attributes2Impl.setAttributes(Attributes atts)
          Copy an entire Attributes object.
 

Constructors in org.xml.sax.ext with parameters of type Attributes
Attributes2Impl(Attributes atts)
          Copy an existing Attributes or Attributes2 object.
 

Uses of Attributes in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement Attributes
 class AttributesImpl
          Default implementation of the Attributes interface.
 

Methods in org.xml.sax.helpers with parameters of type Attributes
 void AttributesImpl.setAttributes(Attributes atts)
          Copy an entire Attributes object.
 void XMLReaderAdapter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Adapt a SAX2 start element event.
 void XMLFilterImpl.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Filter a start element event.
 void DefaultHandler.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes attributes)
          Receive notification of the start of an element.
 

Constructors in org.xml.sax.helpers with parameters of type Attributes
AttributesImpl(Attributes atts)
          Copy an existing Attributes object.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2012-01-06.