|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||