public class DefaultSaxHandler extends DefaultHandler
DefaultHandler
and
implements the LSResourceResolver
interface. All the
methods of this class do nothing besides generating log messages.Constructor and Description |
---|
DefaultSaxHandler()
Trivial constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException x) |
void |
fatalError(SAXParseException x) |
InputSource |
resolveEntity(String publicId,
String systemId) |
void |
skippedEntity(String name) |
void |
warning(SAXParseException x) |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, startDocument, startElement, startPrefixMapping, unparsedEntityDecl
public void error(SAXParseException x) throws SAXException
error
in interface ErrorHandler
error
in class DefaultHandler
SAXException
public void fatalError(SAXParseException x) throws SAXException
fatalError
in interface ErrorHandler
fatalError
in class DefaultHandler
SAXException
public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException
resolveEntity
in interface EntityResolver
resolveEntity
in class DefaultHandler
IOException
SAXException
public void skippedEntity(String name) throws SAXException
skippedEntity
in interface ContentHandler
skippedEntity
in class DefaultHandler
SAXException
public void warning(SAXParseException x) throws SAXException
warning
in interface ErrorHandler
warning
in class DefaultHandler
SAXException
Copyright © 2005-2016 Restlet.