Uses of Interface
org.xml.sax.Attributes

Packages that use Attributes
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.xml.sax   
org.xml.sax.helpers   
 

Uses of Attributes in org.apache.batik.dom.util
 

Methods in org.apache.batik.dom.util with parameters of type Attributes
 void SAXDocumentFactory.startElement(java.lang.String uri, java.lang.String localName, java.lang.String rawName, Attributes attributes)
          SAX: Implements ContentHandler.startElement(String,String,String,Attributes).
 

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.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 DefaultHandler.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes attributes)
          Receive notification of the start of an element.
 void AttributesImpl.setAttributes(Attributes atts)
          Copy an entire Attributes object.
 void XMLFilterImpl.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Filter a start element event.
 void XMLReaderAdapter.startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes atts)
          Adapt a SAX2 start element event.
 

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



Copyright © 2002 Apache Software Foundation. All Rights Reserved.