Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.
XML API 1.0

Uses of Interface
org.xml.sax.Attributes

Packages that use Attributes
org.xml.sax This package provides the core of the Java ME SAX API subset defined by JSR 280. 
org.xml.sax.ext   
org.xml.sax.helpers   
 

Uses of Attributes in org.xml.sax
 

Methods in org.xml.sax with parameters of type Attributes
 void ContentHandler.startElement(String uri, String localName, 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.
 

Uses of Attributes in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers with parameters of type Attributes
 void DefaultHandler.startElement(String uri, String localName, String qName, Attributes attributes)
          Receive notification of the start of an element.
 


XML API 1.0

No warranty, no copyright, This is public domain. See the copyright notice for details.

Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms. For more information, please consult the JSR 280 specification.