| Package | Description |
|---|---|
| org.xml.sax |
This package provides the core SAX APIs.
|
| org.xml.sax.ext |
This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
|
| org.xml.sax.helpers |
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentHandler.startElement(String
Receive notification of the beginning of an element.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Attributes2
SAX2 extension to augment the per-attribute information provided though
Attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Attributes2Impl
SAX2 extension helper for additional Attributes information, implementing the
Attributes2 interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attributes2Impl.setAttributes(Attributes
Copy an entire Attributes object.
|
| Constructor and Description | |
|---|---|
Attributes2Impl(Attributes
Copy an existing Attributes or Attributes2 object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributesImpl
Default implementation of the Attributes interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributesImpl.setAttributes(Attributes
Copy an entire Attributes object.
|
void |
DefaultHandler.startElement(String
Receive notification of the start of an element.
|
void |
XMLReaderAdapter.startElement(String
Adapt a SAX2 start element event.
|
void |
XMLFilterImpl.startElement(String
Filter a start element event.
|
| Constructor and Description | |
|---|---|
AttributesImpl(Attributes
Copy an existing Attributes object.
|