| Package | Description |
|---|---|
| org.openjena.riot | |
| org.openjena.riot.checker | |
| org.openjena.riot.lang | |
| org.openjena.riot.system |
| Modifier and Type | Field and Description |
|---|---|
static ErrorHandler |
ErrorHandlerFactory.errorHandlerNoLogging
Silent error handler
|
static ErrorHandler |
ErrorHandlerFactory.errorHandlerStd
Standard error handler - logs to stdLogger
|
static ErrorHandler |
ErrorHandlerFactory.errorHandlerStrict
Strict error handler - logs to stdLogger - exceptions for warnings
|
static ErrorHandler |
ErrorHandlerFactory.errorHandlerStrictNoLogging
Silent, strict error handler
|
static ErrorHandler |
ErrorHandlerFactory.errorHandlerWarn
Warning error handler - logs to stdLogger - mesages for warnings and some errors
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandler |
ErrorHandlerFactory.errorHandlerSimple() |
static ErrorHandler |
ErrorHandlerFactory.errorHandlerStd(org.slf4j.Logger log) |
static ErrorHandler |
ErrorHandlerFactory.errorHandlerStrict(org.slf4j.Logger log) |
static ErrorHandler |
ErrorHandlerFactory.errorHandlerStrictSilent() |
static ErrorHandler |
ErrorHandlerFactory.errorHandlerWarning(org.slf4j.Logger log) |
static ErrorHandler |
ErrorHandlerFactory.getDefaultErrorHandler()
Get the current default error handler
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ErrorHandlerFactory.setDefaultErrorHandler(ErrorHandler errorHandler)
Set the current default error handler - use carefully, mainly for use in testing
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CheckerLiterals.checkLiteral(Node node,
ErrorHandler handler,
long line,
long col) |
static boolean |
CheckerLiterals.checkLiteral(String lexicalForm,
RDFDatatype datatype,
ErrorHandler handler,
long line,
long col) |
static boolean |
CheckerLiterals.checkLiteral(String lexicalForm,
String lang,
ErrorHandler handler,
long line,
long col) |
static boolean |
CheckerLiterals.checkLiteral(String lexicalForm,
String lang,
RDFDatatype datatype,
ErrorHandler handler,
long line,
long col) |
static void |
CheckerIRI.iriViolations(org.apache.jena.iri.IRI iri,
ErrorHandler errorHandler)
Process violations on an IRI
Calls the errorhandler on all errors and warnings (as warning).
|
static void |
CheckerIRI.iriViolations(org.apache.jena.iri.IRI iri,
ErrorHandler errorHandler,
boolean allowRelativeIRIs,
boolean includeIRIwarnings,
long line,
long col)
Process violations on an IRI
Calls the errorhandler on all errors and warnings (as warning).
|
static void |
CheckerIRI.iriViolations(org.apache.jena.iri.IRI iri,
ErrorHandler errorHandler,
long line,
long col)
Process violations on an IRI
Calls the errorhandler on all errors and warnings (as warning).
|
| Constructor and Description |
|---|
CheckerBlankNodes(ErrorHandler handler) |
CheckerIRI(ErrorHandler handler,
org.apache.jena.iri.IRIFactory iriFactory) |
CheckerLiterals(ErrorHandler handler) |
CheckerVar(ErrorHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
static LangRDFXML |
LangRDFXML.create(InputStream in,
String xmlBase,
String filename,
ErrorHandler errorHandler,
Sink<Triple> sink) |
static LangRDFXML |
LangRDFXML.create(Reader reader,
String xmlBase,
String filename,
ErrorHandler errorHandler,
Sink<Triple> sink)
Deprecated.
|
static LangRDFXML |
LangRDFXML.create(String xmlBase,
String filename,
ErrorHandler errorHandler,
Sink<Triple> sink) |
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
ParserProfileBase.getHandler() |
ErrorHandler |
ParserProfile.getHandler() |
ErrorHandler |
Checker.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
static ParserProfile |
RiotLib.profile(Lang lang,
String baseIRI,
ErrorHandler handler) |
static ParserProfile |
RiotLib.profile(String baseIRI,
boolean resolveIRIs,
boolean checking,
ErrorHandler handler) |
void |
ParserProfileBase.setHandler(ErrorHandler handler) |
void |
ParserProfile.setHandler(ErrorHandler handler) |
void |
Checker.setHandler(ErrorHandler handler) |
| Constructor and Description |
|---|
Checker(ErrorHandler handler) |
ParserProfileBase(Prologue prologue,
ErrorHandler errorHandler) |
ParserProfileBase(Prologue prologue,
ErrorHandler errorHandler,
LabelToNode labelMapping) |
ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler) |
Licenced under the Apache License, Version 2.0