static BooleanRioSetting |
TurtleWriterSettings.ABBREVIATE_NUMBERS |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
TurtleParserSettings.ACCEPT_TURTLESTAR |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
JSONSettings.ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTER |
Boolean setting for JSON parsers to determine if any character is allowed to be backslash escaped.
|
static BooleanRioSetting |
JSONSettings.ALLOW_COMMENTS |
Boolean setting for JSON parsers to determine if Java/C++ style comments are allowed.
|
static BooleanRioSetting |
RDFJSONWriterSettings.ALLOW_MULTIPLE_OBJECT_VALUES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
JSONSettings.ALLOW_NON_NUMERIC_NUMBERS |
Boolean setting for JSON parsers to determine if non-numeric numbers (INF/-INF/NaN) are allowed.
|
static BooleanRioSetting |
JSONSettings.ALLOW_NUMERIC_LEADING_ZEROS |
Boolean setting for JSON parsers to determine if numeric leading zeroes are allowed.
|
static BooleanRioSetting |
JSONSettings.ALLOW_SINGLE_QUOTES |
Boolean setting for JSON parsers to determine if single quotes are allowed.
|
static BooleanRioSetting |
JSONSettings.ALLOW_TRAILING_COMMA |
Boolean setting for JSON parsers to determine if trailing commas are allowed.
|
static BooleanRioSetting |
JSONSettings.ALLOW_UNQUOTED_CONTROL_CHARS |
Boolean setting for JSON parsers to determine if unquoted control characters are allowed.
|
static BooleanRioSetting |
JSONSettings.ALLOW_UNQUOTED_FIELD_NAMES |
Boolean setting for JSON parsers to determine if unquoted field names are allowed.
|
static BooleanRioSetting |
JSONSettings.ALLOW_YAML_COMMENTS |
Boolean setting for JSON parsers to determine if YAML comments (starting with '#') are allowed.
|
static BooleanRioSetting |
BasicWriterSettings.BASE_DIRECTIVE |
Boolean setting for writer to determine whether it should include a base directive.
|
static BooleanRioSetting |
TurtleParserSettings.CASE_INSENSITIVE_DIRECTIVES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
JSONLDSettings.COMPACT_ARRAYS |
If set to true, the JSON-LD processor replaces arrays with just one element with that element during compaction.
|
static 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 BooleanRioSetting |
XMLParserSettings.DISALLOW_DOCTYPE_DECL |
Parser setting specifying whether DOCTYPE declaration should be disallowed.
|
static BooleanRioSetting |
JSONLDSettings.DOCUMENT_LOADER_CACHE |
The document loader cache is enabled by default.
|
static 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 BooleanRioSetting |
NTriplesWriterSettings.ESCAPE_UNICODE |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
JSONLDSettings.EXCEPTION_ON_WARNING |
The JSON-LD processor will throw an exception if a warning is encountered during processing.
|
static BooleanRioSetting |
XMLParserSettings.EXTERNAL_GENERAL_ENTITIES |
Parser setting specifying whether external text entities should be included.
|
static BooleanRioSetting |
XMLParserSettings.EXTERNAL_PARAMETER_ENTITIES |
Parser setting specifying whether external parameter entities should be included.
|
static 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 BooleanRioSetting |
NTriplesParserSettings.FAIL_ON_INVALID_LINES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
XMLParserSettings.FAIL_ON_INVALID_NCNAME |
Parser setting to determine whether to ignore XML documents containing invalid NCNAMEs.
|
static BooleanRioSetting |
XMLParserSettings.FAIL_ON_INVALID_QNAME |
Parser setting to determine whether to ignore XML documents containing invalid QNAMEs.
|
static BooleanRioSetting |
TriXParserSettings.FAIL_ON_INVALID_STATEMENT |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
XMLParserSettings.FAIL_ON_MISMATCHED_TAGS |
Parser setting to determine whether to throw an error for XML documents containing mismatched tags
|
static BooleanRioSetting |
TriXParserSettings.FAIL_ON_MISSING_DATATYPE |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_DATATYPES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_LANGUAGES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_TYPES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_VALUES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static 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 BooleanRioSetting |
RDFaParserSettings.FAIL_ON_RDFA_UNDEFINED_PREFIXES |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
XMLParserSettings.FAIL_ON_SAX_NON_FATAL_ERRORS |
Parser setting to determine whether to ignore non-fatal errors that come from SAX parsers.
|
static BooleanRioSetting |
BasicParserSettings.FAIL_ON_UNKNOWN_DATATYPES |
Boolean setting for parser to determine whether to fail parsing if datatypes are not recognised.
|
static BooleanRioSetting |
BasicParserSettings.FAIL_ON_UNKNOWN_LANGUAGES |
Boolean setting for parser to determine whether to fail parsing if languages are not recognized.
|
static BooleanRioSetting |
RDFJSONParserSettings.FAIL_ON_UNKNOWN_PROPERTY |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static 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 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 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 BooleanRioSetting |
XMLWriterSettings.INCLUDE_XML_PI |
Boolean setting for XML Writer to determine whether the XML PI (Processing Instruction) should be printed.
|
static 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 BooleanRioSetting |
XMLParserSettings.LOAD_EXTERNAL_DTD |
Parser setting specifying whether external DTDs should be loaded.
|
static BooleanRioSetting |
BasicParserSettings.NORMALIZE_DATATYPE_VALUES |
Boolean setting for parser to determine whether recognised datatypes need to have their values be normalized.
|
static BooleanRioSetting |
BasicParserSettings.NORMALIZE_LANGUAGE_TAGS |
Boolean setting for parser to determine whether languages need to be normalized.
|
static 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 BooleanRioSetting |
XMLParserSettings.PARSE_STANDALONE_DOCUMENTS |
Flag indicating whether the parser parses stand-alone RDF documents.
|
static BooleanRioSetting |
BasicParserSettings.PRESERVE_BNODE_IDS |
Boolean setting for parser to determine whether parser should attempt to preserve identifiers for blank nodes.
|
static BooleanRioSetting |
BasicWriterSettings.PRETTY_PRINT |
Boolean setting for writer to determine whether pretty printing is preferred.
|
static 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 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 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 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 BooleanRioSetting |
BinaryRDFWriterSettings.RECYCLE_IDS |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static BooleanRioSetting |
JSONLDSettings.SECURE_MODE |
Secure mode only allows loading remote/local resources (ex.
|
static BooleanRioSetting |
XMLParserSettings.SECURE_PROCESSING |
Parser setting for the secure processing feature of XML parsers to avoid DOS attacks
|
static BooleanRioSetting |
JSONSettings.STRICT_DUPLICATE_DETECTION |
Boolean setting for JSON parsers to determine if strict duplicate detection is allowed for JSON Object field
names.
|
static BooleanRioSetting |
RDFJSONParserSettings.SUPPORT_GRAPHS_EXTENSION |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static 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 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 BooleanRioSetting |
XMLWriterSettings.USE_SINGLE_QUOTES |
Boolean setting for RDF/XML Writer to determine if single quotes are used to quote attribute values.
|
static BooleanRioSetting |
BasicParserSettings.VERIFY_DATATYPE_VALUES |
Boolean setting for parser to determine whether values for recognised datatypes are to be verified.
|
static 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 BooleanRioSetting |
BasicParserSettings.VERIFY_RELATIVE_URIS |
Boolean setting for parser to determine whether relative URIs are verified.
|
static BooleanRioSetting |
BasicParserSettings.VERIFY_URI_SYNTAX |
Boolean setting for parser to determine if URIs should be verified to contain only legal characters.
|
static BooleanRioSetting |
RDFaParserSettings.VOCAB_EXPANSION_ENABLED |
|
static 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.
|