java.lang.Object
org.apache.jena.riot.SysRIOT
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
chooseBaseIRI
(String baseIRI, String fileOrIri) Choose base IRI, from a given one and a filename.static String
filename2baseIRI
(String filename) static String
fmtMessage
(String message, long line, long col) static org.slf4j.Logger
static boolean
static void
setStrictMode
(boolean state)
-
Field Details
-
riotLoggerName
- See Also:
-
sysRdfWriterProperties
-
sysRdfReaderProperties
Context key for old style RDFReader properties. The value of this in aContext
must be aMap<String, Object>
. The entries of the map are used to set reader properties before the RDFReader is called. Only has any effect on RDF/XML -
sysStreamManager
Context key for the StreamManager
-
-
Constructor Details
-
SysRIOT
public SysRIOT()
-
-
Method Details
-
setStrictMode
public static void setStrictMode(boolean state) -
isStrictMode
public static boolean isStrictMode() -
fmtMessage
-
getLogger
public static org.slf4j.Logger getLogger() -
chooseBaseIRI
Choose base IRI, from a given one and a filename. Prefer the given base; turn any filename into an IRI which is resolved as well. -
filename2baseIRI
-