public class ValidatorErrorHandler extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
ValidatorErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMessage(SAXParseException spe) |
void |
error(SAXParseException spe) |
void |
fatalError(SAXParseException spe) |
Iterator |
getMessages() |
void |
setParallelErrorHandler(ErrorHandler parallelErrorHandler) |
void |
warning(SAXParseException spe) |
boolean |
wasValidDocument() |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDeclpublic void setParallelErrorHandler(ErrorHandler parallelErrorHandler)
public void fatalError(SAXParseException spe) throws SAXException
fatalError in interface ErrorHandlerfatalError in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void error(SAXParseException spe) throws SAXException
error in interface ErrorHandlererror in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void warning(SAXParseException spe) throws SAXException
warning in interface ErrorHandlerwarning in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic boolean wasValidDocument()
protected void addMessage(SAXParseException spe)
public Iterator getMessages()
Copyright © 2014 Open Geospatial Consortium. All rights reserved.