public class InvalidityHandlerWrappingErrorListener extends Object implements InvalidityHandler
| Constructor and Description |
|---|
InvalidityHandlerWrappingErrorListener(ErrorListener errorListener) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
endReporting()
Get the value to be associated with a validation exception.
|
ErrorListener |
getErrorListener() |
void |
reportInvalidity(Invalidity failure)
Report a validation error found during validation of an instance document
against a schema
|
void |
startReporting(String systemId)
At the start of a validation episode, initialize the handler
|
public InvalidityHandlerWrappingErrorListener(ErrorListener errorListener)
public void startReporting(String systemId) throws XPathException
startReporting in interface InvalidityHandlersystemId - optional; may be used to represent the destination of any report producedXPathException - if initialization of the invalidity handler fails for any reasonpublic void reportInvalidity(Invalidity failure)
InvalidityHandlerreportInvalidity in interface InvalidityHandlerfailure - details of the validation errorpublic ErrorListener getErrorListener()
public Sequence endReporting()
endReporting in interface InvalidityHandlerCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.