protected class XmlCheckTask.CheckHandler
extends org.xml.sax.helpers.DefaultHandler
| Modifier | Constructor and Description |
|---|---|
protected |
XmlCheckTask.CheckHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.xml.sax.SAXParseException e)
Handle a validation error
|
void |
fatalError(org.xml.sax.SAXParseException e)
Handle a well-formedness error
|
org.xml.sax.InputSource |
resolveEntity(String publicId,
String systemId)
Resolve an external entity, using the local catalog if possible
|
public org.xml.sax.InputSource resolveEntity(String publicId, String systemId) throws org.xml.sax.SAXException
resolveEntity in interface org.xml.sax.EntityResolverresolveEntity in class org.xml.sax.helpers.DefaultHandlerorg.xml.sax.SAXExceptionpublic void fatalError(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXParseException
fatalError in interface org.xml.sax.ErrorHandlerfatalError in class org.xml.sax.helpers.DefaultHandlerorg.xml.sax.SAXParseExceptionpublic void error(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXParseException
error in interface org.xml.sax.ErrorHandlererror in class org.xml.sax.helpers.DefaultHandlerorg.xml.sax.SAXParseException