| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Attributes | |
| org.xml.sax | Provides the classes and interfaces for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. | 
| org.xml.sax.helpers | Provides helper classes for the Simple API for XML (SAX) which is a component of the Java API for XML Processing. | 
| Uses of Attributes in org.xml.sax | 
| Methods in org.xml.sax with parameters of type Attributes | |
|  void | ContentHandler.startElement(String namespaceURI,
             String localName,
             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 | AttributesImplDefault implementation of the Attributes interface. | 
| Methods in org.xml.sax.helpers with parameters of type Attributes | |
|  void | XMLReaderAdapter.startElement(String uri,
             String localName,
             String qName,
             Attributes atts)Adapt a SAX2 start element event. | 
|  void | XMLFilterImpl.startElement(String uri,
             String localName,
             String qName,
             Attributes atts)Filter a start element event. | 
|  void | AttributesImpl.setAttributes(Attributes atts)Copy an entire Attributes object. | 
|  void | DefaultHandler.startElement(String uri,
             String localName,
             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. | |
| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 2003, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.