public static class InputSourceHandle.DraconianErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler
Constructor and Description |
---|
DraconianErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
error(org.xml.sax.SAXParseException e)
Throws the error as a parse exception.
|
void |
fatalError(org.xml.sax.SAXParseException e)
Throws the fatal error as a parse
exception.
|
void |
warning(org.xml.sax.SAXParseException e)
Ignores the warning.
|
public void fatalError(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
fatalError
in
interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
error
in
interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
public void warning(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
warning
in
interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.