static RioSetting<Boolean> |
TurtleWriterSettings.ABBREVIATE_NUMBERS |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
TurtleParserSettings.ACCEPT_TURTLESTAR |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
JSONSettings.ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTER |
Boolean setting for JSON parsers to determine if any character is allowed to be backslash escaped.
|
static RioSetting<Boolean> |
JSONSettings.ALLOW_COMMENTS |
Boolean setting for JSON parsers to determine if Java/C++ style comments are allowed.
|
static RioSetting<Boolean> |
RDFJSONWriterSettings.ALLOW_MULTIPLE_OBJECT_VALUES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
JSONSettings.ALLOW_NON_NUMERIC_NUMBERS |
Boolean setting for JSON parsers to determine if non-numeric numbers (INF/-INF/NaN) are allowed.
|
static RioSetting<Boolean> |
JSONSettings.ALLOW_NUMERIC_LEADING_ZEROS |
Boolean setting for JSON parsers to determine if numeric leading zeroes are allowed.
|
static RioSetting<Boolean> |
JSONSettings.ALLOW_SINGLE_QUOTES |
Boolean setting for JSON parsers to determine if single quotes are allowed.
|
static RioSetting<Boolean> |
JSONSettings.ALLOW_TRAILING_COMMA |
Boolean setting for JSON parsers to determine if trailing commas are allows.
|
static RioSetting<Boolean> |
JSONSettings.ALLOW_UNQUOTED_CONTROL_CHARS |
Boolean setting for JSON parsers to determine if unquoted control characters are allowed.
|
static RioSetting<Boolean> |
JSONSettings.ALLOW_UNQUOTED_FIELD_NAMES |
Boolean setting for JSON parsers to determine if unquoted field names are allowed.
|
static RioSetting<Boolean> |
JSONSettings.ALLOW_YAML_COMMENTS |
Boolean setting for JSON parsers to determine if YAML comments (starting with '#') are allowed.
|
static RioSetting<Boolean> |
BasicWriterSettings.BASE_DIRECTIVE |
Boolean setting for writer to determine whether it should include a base directive.
|
static RioSetting<Long> |
BinaryRDFWriterSettings.BUFFER_SIZE |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
TurtleParserSettings.CASE_INSENSITIVE_DIRECTIVES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<String> |
BinaryRDFWriterSettings.CHARSET |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
JSONLDSettings.COMPACT_ARRAYS |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
BasicWriterSettings.CONVERT_RDF_STAR_TO_REIFICATION |
Boolean setting for writer to determine whether it should convert RDF-star statements to standard RDF
reification.
|
static RioSetting<XMLReader> |
XMLParserSettings.CUSTOM_XML_READER |
Parser setting to customise the XMLReader that is used by an XML based Rio parser.
|
static RioSetting<List<DatatypeHandler>> |
BasicParserSettings.DATATYPE_HANDLERS |
Setting used to specify which DatatypeHandler implementations are to be used for a given parser
configuration.
|
static RioSetting<Boolean> |
XMLParserSettings.DISALLOW_DOCTYPE_DECL |
Parser setting specifying whether DOCTYPE declaration should be disallowed.
|
static RioSetting<com.github.jsonldjava.core.DocumentLoader> |
JSONLDSettings.DOCUMENT_LOADER |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
BasicWriterSettings.ENCODE_RDF_STAR |
Boolean setting for writer to determine whether it should encode RDF-star triple values to RDF-compatible special
IRIs.
|
static RioSetting<Boolean> |
NTriplesWriterSettings.ESCAPE_UNICODE |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
XMLParserSettings.EXTERNAL_GENERAL_ENTITIES |
Parser setting specifying whether external text entities should be included.
|
static RioSetting<Boolean> |
XMLParserSettings.EXTERNAL_PARAMETER_ENTITIES |
Parser setting specifying whether external parameter entities should be included.
|
static RioSetting<Boolean> |
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 RioSetting<Boolean> |
NTriplesParserSettings.FAIL_ON_INVALID_LINES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
XMLParserSettings.FAIL_ON_INVALID_NCNAME |
Parser setting to determine whether to ignore XML documents containing invalid NCNAMEs.
|
static RioSetting<Boolean> |
XMLParserSettings.FAIL_ON_INVALID_QNAME |
Parser setting to determine whether to ignore XML documents containing invalid QNAMEs.
|
static RioSetting<Boolean> |
TriXParserSettings.FAIL_ON_INVALID_STATEMENT |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
XMLParserSettings.FAIL_ON_MISMATCHED_TAGS |
Parser setting to determine whether to throw an error for XML documents containing mismatched tags
|
static RioSetting<Boolean> |
TriXParserSettings.FAIL_ON_MISSING_DATATYPE |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_DATATYPES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_LANGUAGES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_TYPES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_VALUES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
XMLParserSettings.FAIL_ON_NON_STANDARD_ATTRIBUTES |
Parser setting to determine whether to ignore non-standard attributes that are found in an XML document.
|
static RioSetting<Boolean> |
RDFaParserSettings.FAIL_ON_RDFA_UNDEFINED_PREFIXES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
XMLParserSettings.FAIL_ON_SAX_NON_FATAL_ERRORS |
Parser setting to determine whether to ignore non-fatal errors that come from SAX parsers.
|
static RioSetting<Boolean> |
BasicParserSettings.FAIL_ON_UNKNOWN_DATATYPES |
Boolean setting for parser to determine whether to fail parsing if datatypes are not recognised.
|
static RioSetting<Boolean> |
BasicParserSettings.FAIL_ON_UNKNOWN_LANGUAGES |
Boolean setting for parser to determine whether to fail parsing if languages are not recognized.
|
static RioSetting<Boolean> |
RDFJSONParserSettings.FAIL_ON_UNKNOWN_PROPERTY |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
JSONLDSettings.HIERARCHICAL_VIEW |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
XMLWriterSettings.INCLUDE_ROOT_RDF_TAG |
Boolean setting for RDF/XML Writer to determine whether the rdf:RDF root tag is to be written.
|
static RioSetting<Boolean> |
JSONSettings.INCLUDE_SOURCE_IN_LOCATION |
Boolean setting for JSON parsers to determine if errors should include a reference to the source or not.
|
static RioSetting<Boolean> |
XMLWriterSettings.INCLUDE_XML_PI |
Boolean setting for XML Writer to determine whether the XML PI (Processing Instruction) should be printed.
|
static RioSetting<Boolean> |
BasicWriterSettings.INLINE_BLANK_NODES |
Inline blanks nodes by their value and don't write any blank node labels when this setting is true.
|
static RioSetting<JSONLDMode> |
JSONLDSettings.JSONLD_MODE |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<List<LanguageHandler>> |
BasicParserSettings.LANGUAGE_HANDLERS |
Setting used to specify which LanguageHandler implementations are to be used for a given parser
configuration.
|
static RioSetting<LargeLiteralHandling> |
BasicParserSettings.LARGE_LITERALS_HANDLING |
Boolean setting for parser to determine whether parser should preserve, truncate, drop, or otherwise manipulate
statements that contain long literals.
|
static RioSetting<Long> |
BasicParserSettings.LARGE_LITERALS_LIMIT |
|
static RioSetting<Boolean> |
XMLParserSettings.LOAD_EXTERNAL_DTD |
Parser setting specifying whether external DTDs should be loaded.
|
static RioSetting<Set<org.eclipse.rdf4j.model.Namespace>> |
BasicParserSettings.NAMESPACES |
Setting to provide a collection of Namespace objects which will be used when parsing RDF as the basis for
the default set of namespaces of the document.
|
static RioSetting<Boolean> |
BasicParserSettings.NORMALIZE_DATATYPE_VALUES |
Boolean setting for parser to determine whether recognised datatypes need to have their values be normalized.
|
static RioSetting<Boolean> |
BasicParserSettings.NORMALIZE_LANGUAGE_TAGS |
Boolean setting for parser to determine whether languages need to be normalized.
|
static RioSetting<Boolean> |
JSONLDSettings.OPTIMIZE |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
XMLParserSettings.PARSE_STANDALONE_DOCUMENTS |
Flag indicating whether the parser parses stand-alone RDF documents.
|
static RioSetting<Boolean> |
BasicParserSettings.PRESERVE_BNODE_IDS |
Boolean setting for parser to determine whether parser should attempt to preserve identifiers for blank nodes.
|
static RioSetting<Boolean> |
BasicWriterSettings.PRETTY_PRINT |
Boolean setting for writer to determine whether pretty printing is preferred.
|
static RioSetting<Boolean> |
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 RioSetting<Boolean> |
JSONLDSettings.PRODUCE_GENERALIZED_RDF |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
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 RioSetting<Boolean> |
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 RioSetting<RDFaVersion> |
RDFaParserSettings.RDFA_COMPATIBILITY |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
BinaryRDFWriterSettings.RECYCLE_IDS |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
XMLParserSettings.SECURE_PROCESSING |
Parser setting for the secure processing feature of XML parsers to avoid DOS attacks
|
static RioSetting<String> |
BasicParserSettings.SKOLEMIZE_ORIGIN |
Scheme and authority of new mint Skolem IRIs that should replace Blank Nodes.
|
static RioSetting<Boolean> |
JSONSettings.STRICT_DUPLICATE_DETECTION |
Boolean setting for JSON parsers to determine if strict duplicate detection is allowed for JSON Object field
names.
|
static RioSetting<Boolean> |
RDFJSONParserSettings.SUPPORT_GRAPHS_EXTENSION |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
JSONLDSettings.USE_NATIVE_TYPES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
JSONLDSettings.USE_RDF_TYPE |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
XMLWriterSettings.USE_SINGLE_QUOTES |
Boolean setting for RDF/XML Writer to determine if single quotes are used to quote attribute values.
|
static RioSetting<Boolean> |
BasicParserSettings.VERIFY_DATATYPE_VALUES |
Boolean setting for parser to determine whether values for recognised datatypes are to be verified.
|
static RioSetting<Boolean> |
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 RioSetting<Boolean> |
BasicParserSettings.VERIFY_RELATIVE_URIS |
Boolean setting for parser to determine whether relative URIs are verified.
|
static RioSetting<Boolean> |
BasicParserSettings.VERIFY_URI_SYNTAX |
Boolean setting for parser to determine if URIs should be verified to contain only legal characters.
|
static RioSetting<Long> |
BinaryRDFWriterSettings.VERSION |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
RDFaParserSettings.VOCAB_EXPANSION_ENABLED |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static RioSetting<Boolean> |
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.
|