| Package | Description |
|---|---|
| org.xml.sax |
SAX 2.0 r2 prerelease interfaces
|
| org.xml.sax.helpers |
SAX 2.0 r2 prerelease helper interfaces
|
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerBase.startElement(java.lang.String name,
AttributeList attributes)
Deprecated.
Receive notification of the start of an element.
|
void |
DocumentHandler.startElement(java.lang.String name,
AttributeList atts)
Deprecated.
Receive notification of the beginning of an element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeListImpl
Deprecated.
This class implements a deprecated interface,
AttributeList;
that interface has been replaced by
Attributes,
which is implemented in the
AttributesImpl helper class. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeListImpl.setAttributeList(AttributeList atts)
Deprecated.
Set the attribute list, discarding previous contents.
|
void |
ParserAdapter.startElement(java.lang.String qName,
AttributeList qAtts)
Adapt a SAX1 startElement event.
|
| Constructor and Description |
|---|
AttributeListImpl(AttributeList atts)
Deprecated.
Construct a persistent copy of an existing attribute list.
|