public class XslParserException
extends java.lang.Object
implements org.xml.sax.ErrorHandler
XslParserException class is used for reporting errors rised during parsing
input XML and XSL files.| Constructor and Description |
|---|
XslParserException() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.xml.sax.SAXParseException exception)
Handles the error messages rised during file parsing.
|
void |
fatalError(org.xml.sax.SAXParseException exception)
Handles the fatal error messages rised during file parsing.
|
void |
warning(org.xml.sax.SAXParseException exception)
Handles the warning messages rised during file parsing.
|
public void warning(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlerexception - the rised warning.org.xml.sax.SAXException - with the content of the rised warning.public void error(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlerexception - the rised error.org.xml.sax.SAXException - with the content of the rised error.public void fatalError(org.xml.sax.SAXParseException exception)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlerexception - the rised fatal error.org.xml.sax.SAXException - with the content of the rised fatal error.