Uses of Interface
org.xml.sax.Attributes

Packages that use Attributes
org.apache.xml.serialize   
org.xml.sax   
org.xml.sax.helpers   
 

Uses of Attributes in org.apache.xml.serialize
 

Methods in org.apache.xml.serialize with parameters of type Attributes
 void XMLSerializer.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, Attributes attrs)
           
 void HTMLSerializer.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, Attributes attrs)
           
 void TextSerializer.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String rawName, Attributes attrs)
           
 

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



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.