Package com.stardog.stark.io.rdfxml
Class RDFXMLParserOptions
java.lang.Object
com.stardog.stark.io.rdfxml.RDFXMLParserOptions
Deprecated.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Parser setting to determine whether to throw an error for duplicate uses of rdf:ID in a single document.Deprecated.Parser setting to determine whether to ignore XML documents containing invalid NCNAMEs.Deprecated.Parser setting to determine whether to ignore XML documents containing invalid QNAMEs.Deprecated.Parser setting to determine whether to throw an error for XML documents containing mismatched tagsDeprecated.Parser setting to determine whether to ignore non-standard attributes that are found in an XML document.Deprecated.Parser setting to determine whether to ignore non-fatal errors that come from SAX parsers. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FAIL_ON_SAX_NON_FATAL_ERRORS
Deprecated.Parser setting to determine whether to ignore non-fatal errors that come from SAX parsers.Defaults to true
-
FAIL_ON_NON_STANDARD_ATTRIBUTES
Deprecated.Parser setting to determine whether to ignore non-standard attributes that are found in an XML document.Defaults to true
-
FAIL_ON_INVALID_NCNAME
Deprecated.Parser setting to determine whether to ignore XML documents containing invalid NCNAMEs.Defaults to true
-
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.Defaults to true
-
FAIL_ON_INVALID_QNAME
Deprecated.Parser setting to determine whether to ignore XML documents containing invalid QNAMEs.Defaults to true
-
FAIL_ON_MISMATCHED_TAGS
Deprecated.Parser setting to determine whether to throw an error for XML documents containing mismatched tagsDefaults to true
-
-
Constructor Details
-
RDFXMLParserOptions
public RDFXMLParserOptions()Deprecated.
-
ParserOptionsinstead