java.lang.Object
org.apache.jena.rfc3986.SystemIRI3986
Setup and configuration of the IRI3986 parser package.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorHandlerstatic voidsetErrorHandler(ErrorHandler errHandler) static voidtoHandler(IRI3986 iri, ErrorHandler errorHandler) Send any violations to anErrorHandler.static voidtoHandler(IRI3986 iri, SeverityMap severityMap, ErrorHandler errorHandler) Determine the severity of each violation and send to anErrorHandler.
-
Constructor Details
-
SystemIRI3986
public SystemIRI3986()
-
-
Method Details
-
setErrorHandler
-
getErrorHandler
-
toHandler
Send any violations to anErrorHandler.The error handler may throw an exception to give an operation that is "good IRI or exception".
This call uses the system default
SeverityMapfromViolations.severities(). -
toHandler
Determine the severity of each violation and send to anErrorHandler. The severity is determined from the severity function, which should not return null.The error handler may throw an exception to give an operation that is "good IRI or exception".
-