Package | Description |
---|---|
org.apache.commons.jelly.parser |
Jelly parsers both XML syntax and non-XML syntaxes are supported.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLParser.error(SAXParseException exception)
Forward notification of a parsing error to the application supplied
error handler, if any, otherwise throw a SAXException with the error.
|
void |
XMLParser.fatalError(SAXParseException exception)
Forward notification of a fatal parsing error to the application
supplied error handler, if any, otherwise throw a SAXException with the error.
|
void |
XMLParser.warning(SAXParseException exception)
Forward notification of a parse warning to the application supplied
error handler (if any).
|
Copyright © 2014 Apache Software Foundation. All rights reserved.