public abstract class AbstractLoader extends org.xml.sax.helpers.DefaultHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLoader(String publicId,
String dtdResourceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException ex) |
void |
fatalError(SAXParseException ex) |
InputSource |
resolveEntity(String publicId,
String systemId) |
void |
warning(SAXParseException ex) |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDeclprotected AbstractLoader(String publicId, String dtdResourceName) throws SAXException, ParserConfigurationException
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverresolveEntity in class org.xml.sax.helpers.DefaultHandlerSAXExceptionIOExceptionpublic void warning(SAXParseException ex) throws SAXException
warning in interface ErrorHandlerwarning in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void error(SAXParseException ex) throws SAXException
error in interface ErrorHandlererror in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void fatalError(SAXParseException ex) throws SAXException
fatalError in interface ErrorHandlerfatalError in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 2015. All rights reserved.