Uses of Class
org.eclipse.rdf4j.rio.helpers.StringRioSetting
-
Packages that use StringRioSetting Package Description org.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.rio.binary Parser/writer for the RDF4J binary RDF format.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio. -
-
Uses of StringRioSetting in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as StringRioSetting Modifier and Type Field Description static StringRioSetting
BasicQueryWriterSettings. JSONP_CALLBACK
Specifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology. -
Uses of StringRioSetting in org.eclipse.rdf4j.rio.binary
Fields in org.eclipse.rdf4j.rio.binary declared as StringRioSetting Modifier and Type Field Description static StringRioSetting
BinaryRDFWriterSettings. CHARSET
Setting for the character set to use for encoding strings (only applicable to version 2 of the binary RDF format). -
Uses of StringRioSetting in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as StringRioSetting Modifier and Type Field Description static StringRioSetting
BinaryRDFWriterSettings. CHARSET
Deprecated, for removal: This API element is subject to removal in a future version.UseBinaryRDFWriterSettings.CHARSET
instead.static StringRioSetting
BasicParserSettings. SKOLEMIZE_ORIGIN
Scheme and authority of new mint Skolem IRIs that should replace Blank Nodes.
-