| 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.error(SAXParseException e)
Deprecated.
Receive notification of a recoverable parser error.
|
void |
ErrorHandler.error(SAXParseException exception)
Receive notification of a recoverable error.
|
void |
HandlerBase.fatalError(SAXParseException e)
Deprecated.
Report a fatal XML parsing error.
|
void |
ErrorHandler.fatalError(SAXParseException exception)
Receive notification of a non-recoverable error.
|
void |
HandlerBase.warning(SAXParseException e)
Deprecated.
Receive notification of a parser warning.
|
void |
ErrorHandler.warning(SAXParseException exception)
Receive notification of a warning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLFilterImpl.error(SAXParseException e)
Filter an error event.
|
void |
DefaultHandler.error(SAXParseException e)
Receive notification of a recoverable parser error.
|
void |
XMLFilterImpl.fatalError(SAXParseException e)
Filter a fatal error event.
|
void |
DefaultHandler.fatalError(SAXParseException e)
Report a fatal XML parsing error.
|
void |
XMLFilterImpl.warning(SAXParseException e)
Filter a warning event.
|
void |
DefaultHandler.warning(SAXParseException e)
Receive notification of a parser warning.
|