ParserOptions
instead@Deprecated public final class RDFXMLParserOptions extends Object
Modifier and Type | Field and Description |
---|---|
static Option<Boolean> |
FAIL_ON_DUPLICATE_RDF_ID
Deprecated.
Parser setting to determine whether to throw an error for duplicate uses of rdf:ID in a single
document.
|
static Option<Boolean> |
FAIL_ON_INVALID_NCNAME
Deprecated.
Parser setting to determine whether to ignore XML documents containing invalid NCNAMEs.
|
static Option<Boolean> |
FAIL_ON_INVALID_QNAME
Deprecated.
Parser setting to determine whether to ignore XML documents containing invalid QNAMEs.
|
static Option<Boolean> |
FAIL_ON_MISMATCHED_TAGS
Deprecated.
Parser setting to determine whether to throw an error for XML documents containing mismatched tags
|
static Option<Boolean> |
FAIL_ON_NON_STANDARD_ATTRIBUTES
Deprecated.
Parser setting to determine whether to ignore non-standard attributes that are found in an XML
document.
|
static Option<Boolean> |
FAIL_ON_SAX_NON_FATAL_ERRORS
Deprecated.
Parser setting to determine whether to ignore non-fatal errors that come from SAX parsers.
|
static Option<Boolean> |
LOAD_EXTERNAL_DTD
Deprecated.
Parser setting specifying whether external DTDs should be loaded.
|
static Option<Boolean> |
SECURE_PROCESSING
Deprecated.
Parser setting for the secure processing feature of XML parsers to avoid DOS attacks
|
Constructor and Description |
---|
RDFXMLParserOptions()
Deprecated.
|
public static final Option<Boolean> SECURE_PROCESSING
Defaults to true
public static final Option<Boolean> LOAD_EXTERNAL_DTD
Defaults to true.
public static final Option<Boolean> FAIL_ON_SAX_NON_FATAL_ERRORS
Defaults to true
public static final Option<Boolean> FAIL_ON_NON_STANDARD_ATTRIBUTES
Defaults to true
public static final Option<Boolean> FAIL_ON_INVALID_NCNAME
Defaults to true
public static final Option<Boolean> FAIL_ON_DUPLICATE_RDF_ID
Defaults to true
public static final Option<Boolean> FAIL_ON_INVALID_QNAME
Defaults to true
Copyright © 2010-2016 Stardog Union. All Rights Reserved.