Uses of Class
org.eclipse.rdf4j.rio.helpers.BooleanRioSetting
Package
Description
Parser/writer for the RDF4J binary RDF format.
Provides helpers classes for Rio.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
-
Uses of BooleanRioSetting in org.eclipse.rdf4j.query.resultio
Modifier and TypeFieldDescriptionstatic final BooleanRioSetting
BasicQueryWriterSettings.ADD_SESAME_QNAME
Specifies whether the writer should add the proprietary "http://www.openrdf.org/schema/qname#qname" annotations to output. -
Uses of BooleanRioSetting in org.eclipse.rdf4j.rio.binary
Modifier and TypeFieldDescriptionstatic final BooleanRioSetting
BinaryRDFWriterSettings.RECYCLE_IDS
Setting for whether to recycle IDs while writing binary RDF files. -
Uses of BooleanRioSetting in org.eclipse.rdf4j.rio.helpers
Modifier and TypeFieldDescriptionstatic final BooleanRioSetting
TurtleWriterSettings.ABBREVIATE_NUMBERS
Deprecated, for removal: This API element is subject to removal in a future version.static final BooleanRioSetting
TurtleParserSettings.ACCEPT_TURTLESTAR
Deprecated, for removal: This API element is subject to removal in a future version.UseTurtleParserSettings.ACCEPT_TURTLESTAR
instead.static final BooleanRioSetting
JSONSettings.ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTER
Boolean setting for JSON parsers to determine if any character is allowed to be backslash escaped.static final BooleanRioSetting
JSONSettings.ALLOW_COMMENTS
Boolean setting for JSON parsers to determine if Java/C++ style comments are allowed.static final BooleanRioSetting
RDFJSONWriterSettings.ALLOW_MULTIPLE_OBJECT_VALUES
Deprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONWriterSettings.ALLOW_MULTIPLE_OBJECT_VALUES
instead.static final BooleanRioSetting
JSONSettings.ALLOW_NON_NUMERIC_NUMBERS
Boolean setting for JSON parsers to determine if non-numeric numbers (INF/-INF/NaN) are allowed.static final BooleanRioSetting
JSONSettings.ALLOW_NUMERIC_LEADING_ZEROS
Boolean setting for JSON parsers to determine if numeric leading zeroes are allowed.static final BooleanRioSetting
JSONSettings.ALLOW_SINGLE_QUOTES
Boolean setting for JSON parsers to determine if single quotes are allowed.static final BooleanRioSetting
JSONSettings.ALLOW_TRAILING_COMMA
Boolean setting for JSON parsers to determine if trailing commas are allowed.static final BooleanRioSetting
JSONSettings.ALLOW_UNQUOTED_CONTROL_CHARS
Boolean setting for JSON parsers to determine if unquoted control characters are allowed.static final BooleanRioSetting
JSONSettings.ALLOW_UNQUOTED_FIELD_NAMES
Boolean setting for JSON parsers to determine if unquoted field names are allowed.static final BooleanRioSetting
JSONSettings.ALLOW_YAML_COMMENTS
Boolean setting for JSON parsers to determine if YAML comments (starting with '#') are allowed.static final BooleanRioSetting
BasicWriterSettings.BASE_DIRECTIVE
Boolean setting for writer to determine whether it should include a base directive.static final BooleanRioSetting
TurtleParserSettings.CASE_INSENSITIVE_DIRECTIVES
Deprecated, for removal: This API element is subject to removal in a future version.UseTurtleParserSettings.CASE_INSENSITIVE_DIRECTIVES
instead.static final BooleanRioSetting
JSONLDSettings.COMPACT_ARRAYS
If set to true, the JSON-LD processor replaces arrays with just one element with that element during compaction.static final BooleanRioSetting
BasicWriterSettings.CONVERT_RDF_STAR_TO_REIFICATION
Boolean setting for writer to determine whether it should convert RDF-star statements to standard RDF reification.static final BooleanRioSetting
XMLParserSettings.DISALLOW_DOCTYPE_DECL
Parser setting specifying whether DOCTYPE declaration should be disallowed.static final BooleanRioSetting
JSONLDSettings.DOCUMENT_LOADER_CACHE
The document loader cache is enabled by default.static final BooleanRioSetting
BasicWriterSettings.ENCODE_RDF_STAR
Boolean setting for writer to determine whether it should encode RDF-star triple values to RDF-compatible special IRIs.static final BooleanRioSetting
NTriplesWriterSettings.ESCAPE_UNICODE
Deprecated, for removal: This API element is subject to removal in a future version.UseNTriplesWriterSettings.ESCAPE_UNICODE
instead.static final BooleanRioSetting
JSONLDSettings.EXCEPTION_ON_WARNING
The JSON-LD processor will throw an exception if a warning is encountered during processing.static final BooleanRioSetting
XMLParserSettings.EXTERNAL_GENERAL_ENTITIES
Parser setting specifying whether external text entities should be included.static final BooleanRioSetting
XMLParserSettings.EXTERNAL_PARAMETER_ENTITIES
Parser setting specifying whether external parameter entities should be included.static final BooleanRioSetting
XMLParserSettings.FAIL_ON_DUPLICATE_RDF_ID
Parser setting to determine whether to throw an error for duplicate uses of rdf:ID in a single document.static final BooleanRioSetting
NTriplesParserSettings.FAIL_ON_INVALID_LINES
Deprecated, for removal: This API element is subject to removal in a future version.UseNTriplesParserSettings.FAIL_ON_INVALID_LINES
instead.static final BooleanRioSetting
XMLParserSettings.FAIL_ON_INVALID_NCNAME
Parser setting to determine whether to ignore XML documents containing invalid NCNAMEs.static final BooleanRioSetting
XMLParserSettings.FAIL_ON_INVALID_QNAME
Parser setting to determine whether to ignore XML documents containing invalid QNAMEs.static final BooleanRioSetting
TriXParserSettings.FAIL_ON_INVALID_STATEMENT
Deprecated, for removal: This API element is subject to removal in a future version.UseTriXParserSettings.FAIL_ON_INVALID_STATEMENT
instead.static final BooleanRioSetting
XMLParserSettings.FAIL_ON_MISMATCHED_TAGS
Parser setting to determine whether to throw an error for XML documents containing mismatched tagsstatic final BooleanRioSetting
TriXParserSettings.FAIL_ON_MISSING_DATATYPE
Deprecated, for removal: This API element is subject to removal in a future version.UseTriXParserSettings.FAIL_ON_MISSING_DATATYPE
instead.static final BooleanRioSetting
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_DATATYPES
Deprecated, for removal: This API element is subject to removal in a future version.static final BooleanRioSetting
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_LANGUAGES
Deprecated, for removal: This API element is subject to removal in a future version.static final BooleanRioSetting
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_TYPES
Deprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_TYPES
instead.static final BooleanRioSetting
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_VALUES
Deprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_VALUES
instead.static final BooleanRioSetting
XMLParserSettings.FAIL_ON_NON_STANDARD_ATTRIBUTES
Parser setting to determine whether to ignore non-standard attributes that are found in an XML document.static final BooleanRioSetting
RDFaParserSettings.FAIL_ON_RDFA_UNDEFINED_PREFIXES
Deprecated, for removal: This API element is subject to removal in a future version.static final BooleanRioSetting
XMLParserSettings.FAIL_ON_SAX_NON_FATAL_ERRORS
Parser setting to determine whether to ignore non-fatal errors that come from SAX parsers.static final BooleanRioSetting
BasicParserSettings.FAIL_ON_UNKNOWN_DATATYPES
Boolean setting for parser to determine whether to fail parsing if datatypes are not recognised.static final BooleanRioSetting
BasicParserSettings.FAIL_ON_UNKNOWN_LANGUAGES
Boolean setting for parser to determine whether to fail parsing if languages are not recognized.static final BooleanRioSetting
RDFJSONParserSettings.FAIL_ON_UNKNOWN_PROPERTY
Deprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.FAIL_ON_UNKNOWN_PROPERTY
instead.static final BooleanRioSetting
JSONLDSettings.HIERARCHICAL_VIEW
If set to true, the JSON-LD processor will try to represent the JSON-LD object in a hierarchical view.static final BooleanRioSetting
XMLWriterSettings.INCLUDE_ROOT_RDF_TAG
Boolean setting for RDF/XML Writer to determine whether the rdf:RDF root tag is to be written.static final BooleanRioSetting
JSONSettings.INCLUDE_SOURCE_IN_LOCATION
Boolean setting for JSON parsers to determine if errors should include a reference to the source or not.static final BooleanRioSetting
XMLWriterSettings.INCLUDE_XML_PI
Boolean setting for XML Writer to determine whether the XML PI (Processing Instruction) should be printed.static final BooleanRioSetting
BasicWriterSettings.INLINE_BLANK_NODES
Inline blanks nodes by their value and don't write any blank node labels when this setting is true.static final BooleanRioSetting
XMLParserSettings.LOAD_EXTERNAL_DTD
Parser setting specifying whether external DTDs should be loaded.static final BooleanRioSetting
BasicParserSettings.NORMALIZE_DATATYPE_VALUES
Boolean setting for parser to determine whether recognised datatypes need to have their values be normalized.static final BooleanRioSetting
BasicParserSettings.NORMALIZE_LANGUAGE_TAGS
Boolean setting for parser to determine whether languages need to be normalized.static final BooleanRioSetting
JSONLDSettings.OPTIMIZE
If set to true, the JSON-LD processor is allowed to optimize the output of the Compaction algorithm to produce even compacter representations.static final BooleanRioSetting
XMLParserSettings.PARSE_STANDALONE_DOCUMENTS
Flag indicating whether the parser parses stand-alone RDF documents.static final BooleanRioSetting
BasicParserSettings.PRESERVE_BNODE_IDS
Boolean setting for parser to determine whether parser should attempt to preserve identifiers for blank nodes.static final BooleanRioSetting
BasicWriterSettings.PRETTY_PRINT
Boolean setting for writer to determine whether pretty printing is preferred.static final BooleanRioSetting
BasicParserSettings.PROCESS_ENCODED_RDF_STAR
Boolean setting for parser to determine whether it should process RDF-star triples encoded as RDF-compatible special IRIs back to RDF-star values.static final BooleanRioSetting
JSONLDSettings.PRODUCE_GENERALIZED_RDF
If set to true, the JSON-LD processor may emit blank nodes for triple predicates, otherwise they will be omitted.static final BooleanRioSetting
XMLWriterSettings.QUOTES_TO_ENTITIES_IN_TEXT
Boolean setting for RDF/XML Writer to determine if the character used to quote attribute values, (single quote or double quote) is also replaced within text nodes by it's corresponding entity.static final BooleanRioSetting
BasicWriterSettings.RDF_LANGSTRING_TO_LANG_LITERAL
Boolean setting for writer to determine whether it should omit the rdf:langString datatype from language literals when serialising them.static final BooleanRioSetting
BinaryRDFWriterSettings.RECYCLE_IDS
Deprecated, for removal: This API element is subject to removal in a future version.UseBinaryRDFWriterSettings.RECYCLE_IDS
instead.static final BooleanRioSetting
JSONLDSettings.SECURE_MODE
Secure mode only allows loading remote/local resources (ex.static final BooleanRioSetting
XMLParserSettings.SECURE_PROCESSING
Parser setting for the secure processing feature of XML parsers to avoid DOS attacksstatic final BooleanRioSetting
JSONSettings.STRICT_DUPLICATE_DETECTION
Boolean setting for JSON parsers to determine if strict duplicate detection is allowed for JSON Object field names.static final BooleanRioSetting
RDFJSONParserSettings.SUPPORT_GRAPHS_EXTENSION
Deprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.SUPPORT_GRAPHS_EXTENSION
instead.static final BooleanRioSetting
JSONLDSettings.USE_NATIVE_TYPES
If set to true, the JSON-LD processor will try to convert typed values to JSON native types instead of using the expanded object form when converting from RDF.static final BooleanRioSetting
JSONLDSettings.USE_RDF_TYPE
If set to true, the JSON-LD processor will use the expanded rdf:type IRI as the property instead of @type when converting from RDF.static final BooleanRioSetting
XMLWriterSettings.USE_SINGLE_QUOTES
Boolean setting for RDF/XML Writer to determine if single quotes are used to quote attribute values.static final BooleanRioSetting
BasicParserSettings.VERIFY_DATATYPE_VALUES
Boolean setting for parser to determine whether values for recognised datatypes are to be verified.static final BooleanRioSetting
BasicParserSettings.VERIFY_LANGUAGE_TAGS
Boolean setting for parser to determine whether languages are to be verified based on a given set of definitions for valid languages.static final BooleanRioSetting
BasicParserSettings.VERIFY_RELATIVE_URIS
Boolean setting for parser to determine whether relative URIs are verified.static final BooleanRioSetting
BasicParserSettings.VERIFY_URI_SYNTAX
Boolean setting for parser to determine if URIs should be verified to contain only legal characters.static final BooleanRioSetting
RDFaParserSettings.VOCAB_EXPANSION_ENABLED
Enables or disables vocabulary expansion feature.static final BooleanRioSetting
BasicWriterSettings.XSD_STRING_TO_PLAIN_LITERAL
Boolean setting for writer to determine whether it should remove the xsd:string datatype from literals and represent them as RDF-1.0 Plain Literals. -
Uses of BooleanRioSetting in org.eclipse.rdf4j.rio.ntriples
Modifier and TypeFieldDescriptionstatic final BooleanRioSetting
NTriplesWriterSettings.ESCAPE_UNICODE
Boolean setting for writer to determine if unicode escapes are used.static final BooleanRioSetting
NTriplesParserSettings.FAIL_ON_INVALID_LINES
Boolean setting for parser to determine whether syntactically invalid lines in N-Triples and N-Quads documents generate a parse error. -
Uses of BooleanRioSetting in org.eclipse.rdf4j.rio.rdfjson
Modifier and TypeFieldDescriptionstatic final BooleanRioSetting
RDFJSONWriterSettings.ALLOW_MULTIPLE_OBJECT_VALUES
Boolean setting for RDF/JSON writer to determine whether it should stream output which can result in duplicate object keys. -
Uses of BooleanRioSetting in org.eclipse.rdf4j.rio.trix
Modifier and TypeFieldDescriptionstatic final BooleanRioSetting
TriXParserSettings.FAIL_ON_INVALID_STATEMENT
Boolean setting for parser to determine whether the TriX parser should treat invalid statements as an error.static final BooleanRioSetting
TriXParserSettings.FAIL_ON_MISSING_DATATYPE
Boolean setting for parser to determine whether the TriX parser should treat missing datatypes as an error. -
Uses of BooleanRioSetting in org.eclipse.rdf4j.rio.turtle
Modifier and TypeFieldDescriptionstatic final BooleanRioSetting
TurtleWriterSettings.ABBREVIATE_NUMBERS
Boolean setting for Turtle/TriG Writer to determine if the abbreviated syntax for numeric datatypes is to be used wheninvalid reference
org.eclipse.rdf4j.rio.helpers.BasicWriterSettings.html#PRETTY_PRINT
true
.static final BooleanRioSetting
TurtleParserSettings.ACCEPT_TURTLESTAR
Allows the regular Turtle parser to accept data using the non-standard Turtle-star extension.static final BooleanRioSetting
TurtleParserSettings.CASE_INSENSITIVE_DIRECTIVES
Allows the Turtle parser to recognize @BASE and @PREFIX in a similar way to the SPARQL case insensitive directives.
TurtleWriterSettings.ABBREVIATE_NUMBERS
instead.