public class ErrorHandlerAdaptor
extends java.lang.Object
implements org.xml.sax.ErrorHandler
Modifier and Type | Field and Description |
---|---|
private org.iso_relax.dispatcher.Dispatcher |
core |
Constructor and Description |
---|
ErrorHandlerAdaptor(org.iso_relax.dispatcher.Dispatcher core) |
Modifier and Type | Method and Description |
---|---|
void |
error(org.xml.sax.SAXParseException error) |
void |
fatalError(org.xml.sax.SAXParseException error) |
void |
warning(org.xml.sax.SAXParseException error) |
public ErrorHandlerAdaptor(org.iso_relax.dispatcher.Dispatcher core)
public void fatalError(org.xml.sax.SAXParseException error) throws org.xml.sax.SAXException
fatalError
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException error) throws org.xml.sax.SAXException
error
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void warning(org.xml.sax.SAXParseException error) throws org.xml.sax.SAXException
warning
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException