- FAIL_ON_DUPLICATE_RDF_ID - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
-
Parser setting to determine whether to throw an error for duplicate uses
of rdf:ID in a single document.
- FAIL_ON_INVALID_NCNAME - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
-
Parser setting to determine whether to ignore XML documents containing
invalid NCNAMEs.
- FAIL_ON_INVALID_QNAME - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
-
Parser setting to determine whether to ignore XML documents containing
invalid QNAMEs.
- FAIL_ON_MISMATCHED_TAGS - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
-
Parser setting to determine whether to throw an error for XML documents
containing mismatched tags
- FAIL_ON_MULTIPLE_OBJECT_DATATYPES - Static variable in class org.openrdf.rio.helpers.RDFJSONParserSettings
-
Boolean setting for parser to determine whether an RDF/JSON parser should
fail if it finds multiple datatypes for a single object in a single
statement.
- FAIL_ON_MULTIPLE_OBJECT_LANGUAGES - Static variable in class org.openrdf.rio.helpers.RDFJSONParserSettings
-
Boolean setting for parser to determine whether an RDF/JSON parser should
fail if it finds multiple languages for a single object in a single
statement.
- FAIL_ON_MULTIPLE_OBJECT_TYPES - Static variable in class org.openrdf.rio.helpers.RDFJSONParserSettings
-
Boolean setting for parser to determine whether an RDF/JSON parser should
fail if it finds multiple types for a single object in a single statement.
- FAIL_ON_MULTIPLE_OBJECT_VALUES - Static variable in class org.openrdf.rio.helpers.RDFJSONParserSettings
-
Boolean setting for parser to determine whether an RDF/JSON parser should
fail if it finds multiple values for a single object in a single
statement.
- FAIL_ON_NON_STANDARD_ATTRIBUTES - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
-
Parser setting to determine whether to ignore non-standard attributes that
are found in an XML document.
- FAIL_ON_NTRIPLES_INVALID_LINES - Static variable in class org.openrdf.rio.helpers.NTriplesParserSettings
-
Boolean setting for parser to determine whether syntactically invalid
lines in N-Triples and N-Quads documents generate a parse error.
- FAIL_ON_RDFA_UNDEFINED_PREFIXES - Static variable in class org.openrdf.rio.helpers.RDFaParserSettings
-
Boolean setting for parser to determine whether the published RDFa
prefixes are used to substitute for undefined prefixes.
- FAIL_ON_SAX_NON_FATAL_ERRORS - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
-
Parser setting to determine whether to ignore non-fatal errors that come
from SAX parsers.
- FAIL_ON_TRIX_INVALID_STATEMENT - Static variable in class org.openrdf.rio.helpers.TriXParserSettings
-
Boolean setting for parser to determine whether invalid statements are
ignored in TriX.
- FAIL_ON_TRIX_MISSING_DATATYPE - Static variable in class org.openrdf.rio.helpers.TriXParserSettings
-
Boolean setting for parser to determine whether missing datatypes in TriX
are ignored.
- FAIL_ON_UNKNOWN_DATATYPES - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine whether to fail parsing if
datatypes are not recognised.
- FAIL_ON_UNKNOWN_LANGUAGES - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine whether to fail parsing if
languages are not recognised.
- FAIL_ON_UNKNOWN_PROPERTY - Static variable in class org.openrdf.rio.helpers.RDFJSONParserSettings
-
Boolean setting for parser to determine whether an RDF/JSON parser should
fail if it finds multiple properties that it does not recognise in the
JSON document.
- fatalError(String, int, int) - Method in class org.openrdf.rio.helpers.ParseErrorCollector
-
- fatalError(String, int, int) - Method in class org.openrdf.rio.helpers.ParseErrorLogger
-
- fatalError(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
-
Reports a fatal error from the parser.
- forFileName(String) - Static method in class org.openrdf.rio.RDFFormat
-
Tries to determine the appropriate RDF file format based on the extension
of a file name.
- forFileName(String, RDFFormat) - Static method in class org.openrdf.rio.RDFFormat
-
Tries to determine the appropriate RDF file format based on the extension
of a file name.
- forMIMEType(String) - Static method in class org.openrdf.rio.RDFFormat
-
Tries to determine the appropriate RDF file format based on the a MIME
type that describes the content type.
- forMIMEType(String, RDFFormat) - Static method in class org.openrdf.rio.RDFFormat
-
Tries to determine the appropriate RDF file format based on the a MIME
type that describes the content type.
- GEOSPARQL - Static variable in interface org.openrdf.rio.DatatypeHandler
-
Identifier for datatypes defined in the GeoSPARQL vocabulary.
- get(RioSetting<T>) - Method in class org.openrdf.rio.RioConfig
-
Return the value for a given
RioSetting or the default value if it
has not been set.
- getAcceptParams(Iterable<RDFFormat>, boolean, RDFFormat) - Static method in class org.openrdf.rio.RDFFormat
-
- getColumnNumber() - Method in exception org.openrdf.rio.RDFParseException
-
Gets the column number associated with this parse exception.
- getDefaultValue() - Method in class org.openrdf.rio.helpers.RioSettingImpl
-
- getDefaultValue() - Method in interface org.openrdf.rio.RioSetting
-
Returns the default value for this parser setting if it is not set by a
user.
- getDescription() - Method in class org.openrdf.rio.helpers.RioSettingImpl
-
- getDescription() - Method in interface org.openrdf.rio.RioSetting
-
The human readable name for this parser setting
- getErrors() - Method in class org.openrdf.rio.helpers.ParseErrorCollector
-
- getFatalErrors() - Method in class org.openrdf.rio.helpers.ParseErrorCollector
-
- getInstance() - Static method in class org.openrdf.rio.DatatypeHandlerRegistry
-
Gets the default QueryParserRegistry.
- getInstance() - Static method in class org.openrdf.rio.LanguageHandlerRegistry
-
Gets the default QueryParserRegistry.
- getInstance() - Static method in class org.openrdf.rio.RDFParserRegistry
-
Gets the default RDFParserRegistry.
- getInstance() - Static method in class org.openrdf.rio.RDFWriterRegistry
-
Gets the default RDFWriterRegistry.
- getKey() - Method in interface org.openrdf.rio.DatatypeHandler
-
A unique key for this datatype handler to identify it in the
DatatypeHandlerRegistry.
- getKey(DatatypeHandler) - Method in class org.openrdf.rio.DatatypeHandlerRegistry
-
- getKey() - Method in class org.openrdf.rio.helpers.RioSettingImpl
-
- getKey() - Method in interface org.openrdf.rio.LanguageHandler
-
A unique key for this language handler to identify it in the
LanguageHandlerRegistry.
- getKey(LanguageHandler) - Method in class org.openrdf.rio.LanguageHandlerRegistry
-
- getKey(RDFParserFactory) - Method in class org.openrdf.rio.RDFParserRegistry
-
- getKey(RDFWriterFactory) - Method in class org.openrdf.rio.RDFWriterRegistry
-
- getKey() - Method in interface org.openrdf.rio.RioSetting
-
A unique key for this parser setting.
- getLabel() - Method in enum org.openrdf.rio.helpers.JSONLDMode
-
- getLabel() - Method in enum org.openrdf.rio.helpers.RDFaVersion
-
- getLineNumber() - Method in exception org.openrdf.rio.RDFParseException
-
Gets the line number associated with this parse exception.
- getLocationString(int, int) - Static method in exception org.openrdf.rio.RDFParseException
-
Creates a string to that shows the specified line and column number.
- getNamespace(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Gets the namespace that is associated with the specified prefix or throws
an
RDFParseException.
- getNamespaces() - Method in class org.openrdf.rio.helpers.ContextStatementCollector
-
Gets the map that contains the collected namespaces.
- getNonFatalErrors() - Method in class org.openrdf.rio.ParserConfig
-
Get the current set of non-fatal errors.
- getParseErrorListener() - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- getParseLocationListener() - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- getParser() - Method in interface org.openrdf.rio.RDFParserFactory
-
Returns a RDFParser instance.
- getParserConfig() - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- getParserConfig() - Method in interface org.openrdf.rio.RDFParser
-
Retrieves the current parser configuration as a single object.
- getParserFormatForFileName(String) - Static method in class org.openrdf.rio.Rio
-
Tries to match the extension of a file name against the list of RDF
formats that can be parsed.
- getParserFormatForFileName(String, RDFFormat) - Static method in class org.openrdf.rio.Rio
-
Tries to match the extension of a file name against the list of RDF
formats that can be parsed.
- getParserFormatForMIMEType(String) - Static method in class org.openrdf.rio.Rio
-
Tries to match a MIME type against the list of RDF formats that can be
parsed.
- getParserFormatForMIMEType(String, RDFFormat) - Static method in class org.openrdf.rio.Rio
-
Tries to match a MIME type against the list of RDF formats that can be
parsed.
- getRDFFormat() - Method in interface org.openrdf.rio.RDFParser
-
Gets the RDF format that this parser can parse.
- getRDFFormat() - Method in interface org.openrdf.rio.RDFParserFactory
-
Returns the RDF format for this factory.
- getRDFFormat() - Method in interface org.openrdf.rio.RDFWriter
-
Gets the RDF format that this RDFWriter uses.
- getRDFFormat() - Method in interface org.openrdf.rio.RDFWriterFactory
-
Returns the RDF format for this factory.
- getRDFHandler() - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- getReference() - Method in enum org.openrdf.rio.helpers.JSONLDMode
-
- getReference() - Method in enum org.openrdf.rio.helpers.RDFaVersion
-
- getStatements() - Method in class org.openrdf.rio.helpers.ContextStatementCollector
-
Gets the collection that contains the collected statements.
- getSupportedSettings() - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- getSupportedSettings() - Method in class org.openrdf.rio.helpers.RDFWriterBase
-
- getSupportedSettings() - Method in interface org.openrdf.rio.RDFParser
-
- getSupportedSettings() - Method in interface org.openrdf.rio.RDFWriter
-
- getWarnings() - Method in class org.openrdf.rio.helpers.ParseErrorCollector
-
- getWriter(OutputStream) - Method in interface org.openrdf.rio.RDFWriterFactory
-
Returns an RDFWriter instance that will write to the supplied output
stream.
- getWriter(Writer) - Method in interface org.openrdf.rio.RDFWriterFactory
-
Returns an RDFWriter instance that will write to the supplied writer.
- getWriterConfig() - Method in class org.openrdf.rio.helpers.RDFWriterBase
-
- getWriterConfig() - Method in interface org.openrdf.rio.RDFWriter
-
Retrieves the current writer configuration as a single object.
- getWriterFormatForFileName(String) - Static method in class org.openrdf.rio.Rio
-
Tries to match the extension of a file name against the list of RDF
formats that can be written.
- getWriterFormatForFileName(String, RDFFormat) - Static method in class org.openrdf.rio.Rio
-
Tries to match the extension of a file name against the list of RDF
formats that can be written.
- getWriterFormatForMIMEType(String) - Static method in class org.openrdf.rio.Rio
-
Tries to match a MIME type against the list of RDF formats that can be
written.
- getWriterFormatForMIMEType(String, RDFFormat) - Static method in class org.openrdf.rio.Rio
-
Tries to match a MIME type against the list of RDF formats that can be
written.
- RDF_LANGSTRING_TO_LANG_LITERAL - Static variable in class org.openrdf.rio.helpers.BasicWriterSettings
-
Boolean setting for writer to determine whether it should attempt to
remove the rdf:langString datatype from literals and represent them as
RDF-1.0 Language Literals.
- RDFA - Static variable in class org.openrdf.rio.RDFFormat
-
The
RDFa file format, an
RDF serialization format.
- RDFA_COMPATIBILITY - Static variable in class org.openrdf.rio.helpers.RDFaParserSettings
-
Boolean setting for parser to determine the RDFa version to use when
processing the document.
- RDFaParserSettings - Class in org.openrdf.rio.helpers
-
A selection of parser settings specific to RDFa parsers.
- RDFaVersion - Enum in org.openrdf.rio.helpers
-
Enumeration for tracking versions of the RDFa specification to specify
processing capabilities of RDFa modules.
- RDFDATATYPES - Static variable in interface org.openrdf.rio.DatatypeHandler
-
Identifier for datatypes defined in the
RDF vocabulary.
- RDFFormat - Class in org.openrdf.rio
-
Represents the concept of an RDF data serialization format.
- RDFFormat(String, String, Charset, String, boolean, boolean) - Constructor for class org.openrdf.rio.RDFFormat
-
Creates a new RDFFormat object.
- RDFFormat(String, String, Charset, Collection<String>, boolean, boolean) - Constructor for class org.openrdf.rio.RDFFormat
-
Creates a new RDFFormat object.
- RDFFormat(String, Collection<String>, Charset, Collection<String>, boolean, boolean) - Constructor for class org.openrdf.rio.RDFFormat
-
Creates a new RDFFormat object.
- rdfHandler - Variable in class org.openrdf.rio.helpers.RDFParserBase
-
The RDFHandler that will handle the parsed RDF.
- RDFHandler - Interface in org.openrdf.rio
-
An interface defining methods related to RDF data handling.
- RDFHandlerBase - Class in org.openrdf.rio.helpers
-
Base class for
RDFHandlers with dummy implementations of all
methods.
- RDFHandlerBase() - Constructor for class org.openrdf.rio.helpers.RDFHandlerBase
-
- RDFHandlerException - Exception in org.openrdf.rio
-
An exception that can be thrown by an RDFHandler when it encounters an
unrecoverable error.
- RDFHandlerException(String) - Constructor for exception org.openrdf.rio.RDFHandlerException
-
Creates a new RDFHandlerException.
- RDFHandlerException(Throwable) - Constructor for exception org.openrdf.rio.RDFHandlerException
-
Creates a new RDFHandlerException.
- RDFHandlerException(String, Throwable) - Constructor for exception org.openrdf.rio.RDFHandlerException
-
Creates a new RDFHandlerException wrapping another exception.
- RDFHandlerWrapper - Class in org.openrdf.rio.helpers
-
Convenience base class for RDF handlers that wrap one or more other RDF
handler.
- RDFHandlerWrapper(RDFHandler...) - Constructor for class org.openrdf.rio.helpers.RDFHandlerWrapper
-
Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s).
- RDFJSON - Static variable in class org.openrdf.rio.RDFFormat
-
The Talis
RDF/JSON file format, an RDF serialization format that supports
recording of named graphs.
- RDFJSONParserSettings - Class in org.openrdf.rio.helpers
-
A selection of parser settings specific to RDF/JSON parsers.
- RDFParseException - Exception in org.openrdf.rio
-
A parse exception that can be thrown by a parser when it encounters an error
from which it cannot or doesn't want to recover.
- RDFParseException(String) - Constructor for exception org.openrdf.rio.RDFParseException
-
Creates a new ParseException.
- RDFParseException(String, int, int) - Constructor for exception org.openrdf.rio.RDFParseException
-
Creates a new ParseException.
- RDFParseException(Throwable) - Constructor for exception org.openrdf.rio.RDFParseException
-
Creates a new ParseException wrapping another exception.
- RDFParseException(String, Throwable) - Constructor for exception org.openrdf.rio.RDFParseException
-
Creates a new ParseException wrapping another exception.
- RDFParseException(Throwable, int, int) - Constructor for exception org.openrdf.rio.RDFParseException
-
Creates a new ParseException wrapping another exception.
- RDFParseException(String, Throwable, int, int) - Constructor for exception org.openrdf.rio.RDFParseException
-
Creates a new ParseException wrapping another exception.
- RDFParser - Interface in org.openrdf.rio
-
An interface for RDF parsers.
- RDFParser.DatatypeHandling - Enum in org.openrdf.rio
-
- RDFParserBase - Class in org.openrdf.rio.helpers
-
Base class for
RDFParsers offering common functionality for RDF
parsers.
- RDFParserBase() - Constructor for class org.openrdf.rio.helpers.RDFParserBase
-
Creates a new RDFParserBase that will use a
ValueFactoryImpl to
create RDF model objects.
- RDFParserBase(ValueFactory) - Constructor for class org.openrdf.rio.helpers.RDFParserBase
-
Creates a new RDFParserBase that will use the supplied ValueFactory to
create RDF model objects.
- RDFParserFactory - Interface in org.openrdf.rio
-
A RDFParserFactory returns
RDFParsers for a specific RDF format.
- RDFParserHelper - Class in org.openrdf.rio.helpers
-
Helper methods that may be used by
RDFParser implementations.
- RDFParserHelper() - Constructor for class org.openrdf.rio.helpers.RDFParserHelper
-
Protected constructor to prevent direct instantiation.
- RDFParserRegistry - Class in org.openrdf.rio
-
- RDFParserRegistry() - Constructor for class org.openrdf.rio.RDFParserRegistry
-
- RDFWriter - Interface in org.openrdf.rio
-
An interface for RDF document writers.
- RDFWriterBase - Class in org.openrdf.rio.helpers
-
Base class for
RDFWriters offering common functionality for RDF
writers.
- RDFWriterBase() - Constructor for class org.openrdf.rio.helpers.RDFWriterBase
-
Default constructor.
- RDFWriterFactory - Interface in org.openrdf.rio
-
A RDFWriterFactory returns
RDFWriters for a specific RDF format.
- RDFWriterRegistry - Class in org.openrdf.rio
-
- RDFWriterRegistry() - Constructor for class org.openrdf.rio.RDFWriterRegistry
-
- RDFXML - Static variable in class org.openrdf.rio.RDFFormat
-
- register(String, String, String, Charset) - Static method in class org.openrdf.rio.RDFFormat
-
Registers the specified RDF file format.
- register(RDFFormat) - Static method in class org.openrdf.rio.RDFFormat
-
Registers the specified RDF file format.
- reportError(String, RioSetting<Boolean>) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Reports an error with associated line- and column number to the registered
ParseErrorListener, if the given setting has been set to true.
- reportError(String, int, int, RioSetting<Boolean>) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Reports an error with associated line- and column number to the registered
ParseErrorListener, if the given setting has been set to true.
- reportError(Exception, int, int, RioSetting<Boolean>) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Reports an error with associated line- and column number to the registered
ParseErrorListener, if the given setting has been set to true.
- reportError(String, RioSetting<Boolean>, ParserConfig, ParseErrorListener) - Static method in class org.openrdf.rio.helpers.RDFParserHelper
-
Reports an error with associated line- and column number to the registered
ParseErrorListener, if the given setting has been set to true.
- reportError(String, int, int, RioSetting<Boolean>, ParserConfig, ParseErrorListener) - Static method in class org.openrdf.rio.helpers.RDFParserHelper
-
Reports an error with associated line- and column number to the registered
ParseErrorListener, if the given setting has been set to true.
- reportError(Exception, int, int, RioSetting<Boolean>, ParserConfig, ParseErrorListener) - Static method in class org.openrdf.rio.helpers.RDFParserHelper
-
Reports an error with associated line- and column number to the registered
ParseErrorListener, if the given setting has been set to true.
- reportFatalError(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Reports a fatal error to the registered ParseErrorListener, if any, and
throws a ParseException afterwards.
- reportFatalError(String, int, int) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Reports a fatal error with associated line- and column number to the
registered ParseErrorListener, if any, and throws a
ParseException afterwards.
- reportFatalError(Exception) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Reports a fatal error to the registered ParseErrorListener, if any, and
throws a ParseException afterwards.
- reportFatalError(Exception, int, int) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Reports a fatal error with associated line- and column number to the
registered ParseErrorListener, if any, and throws a
ParseException wrapped the supplied exception afterwards.
- reportFatalError(String, ParseErrorListener) - Static method in class org.openrdf.rio.helpers.RDFParserHelper
-
Reports a fatal error to the registered ParseErrorListener, if any, and
throws a ParseException afterwards.
- reportFatalError(String, int, int, ParseErrorListener) - Static method in class org.openrdf.rio.helpers.RDFParserHelper
-
Reports a fatal error with associated line- and column number to the
registered ParseErrorListener, if any, and throws a
ParseException afterwards.
- reportFatalError(Exception, ParseErrorListener) - Static method in class org.openrdf.rio.helpers.RDFParserHelper
-
Reports a fatal error to the registered ParseErrorListener, if any, and
throws a ParseException afterwards.
- reportFatalError(Exception, int, int, ParseErrorListener) - Static method in class org.openrdf.rio.helpers.RDFParserHelper
-
Reports a fatal error with associated line- and column number to the
registered ParseErrorListener, if any, and throws a
ParseException wrapped the supplied exception afterwards.
- reportLocation(int, int) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- reportWarning(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Reports a warning to the registered ParseErrorListener, if any.
- reportWarning(String, int, int) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Reports a warning with associated line- and column number to the
registered ParseErrorListener, if any.
- reset() - Method in class org.openrdf.rio.helpers.ParseErrorCollector
-
Resets the lists of warnings, errors and fatal errors.
- resolveURI(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Resolves a URI-string against the base URI and creates a
URI
object for it.
- RFC3066 - Static variable in interface org.openrdf.rio.LanguageHandler
-
Identifier for the language tag format defined by RFC3066, which is
referenced by the RDF specification.
- RFC4646 - Static variable in interface org.openrdf.rio.LanguageHandler
-
Identifier for the language tag format defined by RFC4646, which obsoletes
RFC3066, but which is not referenced by the RDF specification.
- Rio - Class in org.openrdf.rio
-
Static methods for parsing and writing RDF for all available syntaxes.
- Rio() - Constructor for class org.openrdf.rio.Rio
-
- RioConfig - Class in org.openrdf.rio
-
- RioConfig() - Constructor for class org.openrdf.rio.RioConfig
-
- RioSetting<T> - Interface in org.openrdf.rio
-
Identifies a parser setting along with its default value.
- RioSettingImpl<T> - Class in org.openrdf.rio.helpers
-
- RioSettingImpl(String, String, T) - Constructor for class org.openrdf.rio.helpers.RioSettingImpl
-
Create a new setting object that will be used to reference the given
setting.
- SECURE_PROCESSING - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
-
Parser setting for the secure processing feature of XML parsers to avoid
DOS attacks
- set(RioSetting<T>, T) - Method in class org.openrdf.rio.RioConfig
-
- setBaseURI(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Parses and normalizes the supplied URI-string and sets it as the base URI
for resolving relative URIs.
- setBaseURI(ParsedURI) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Sets the base URI for resolving relative URIs.
- setDatatypeHandling(RDFParser.DatatypeHandling) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- setDatatypeHandling(RDFParser.DatatypeHandling) - Method in interface org.openrdf.rio.RDFParser
-
- setNamespace(String, String) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Associates the specified prefix to the specified namespace.
- setNonFatalErrors(Set<RioSetting<?>>) - Method in class org.openrdf.rio.ParserConfig
-
This method indicates a list of optional errors that the parser should
attempt to recover from.
- setParseErrorListener(ParseErrorListener) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- setParseErrorListener(ParseErrorListener) - Method in interface org.openrdf.rio.RDFParser
-
Sets the ParseErrorListener that will be notified of any errors that this
parser finds during parsing.
- setParseLocationListener(ParseLocationListener) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- setParseLocationListener(ParseLocationListener) - Method in interface org.openrdf.rio.RDFParser
-
Sets the ParseLocationListener that will be notified of the parser's
progress during the parse process.
- setParserConfig(ParserConfig) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- setParserConfig(ParserConfig) - Method in interface org.openrdf.rio.RDFParser
-
Sets all supplied parser configuration options.
- setPreserveBNodeIDs(boolean) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- setPreserveBNodeIDs(boolean) - Method in interface org.openrdf.rio.RDFParser
-
Set whether the parser should preserve bnode identifiers specified in the
source (default is false).
- setRDFHandler(RDFHandler) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- setRDFHandler(RDFHandler) - Method in interface org.openrdf.rio.RDFParser
-
Sets the RDFHandler that will handle the parsed RDF data.
- setStopAtFirstError(boolean) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Deprecated.
- setStopAtFirstError(boolean) - Method in interface org.openrdf.rio.RDFParser
-
- settings - Variable in class org.openrdf.rio.RioConfig
-
A map containing mappings from settings to their values.
- setValueFactory(ValueFactory) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- setValueFactory(ValueFactory) - Method in interface org.openrdf.rio.RDFParser
-
Sets the ValueFactory that the parser will use to create Value objects for
the parsed RDF data.
- setVerifyData(boolean) - Method in class org.openrdf.rio.helpers.RDFParserBase
-
- setVerifyData(boolean) - Method in interface org.openrdf.rio.RDFParser
-
- setWriterConfig(WriterConfig) - Method in class org.openrdf.rio.helpers.RDFWriterBase
-
- setWriterConfig(WriterConfig) - Method in interface org.openrdf.rio.RDFWriter
-
Sets all supplied writer configuration options.
- startRDF() - Method in class org.openrdf.rio.helpers.RDFHandlerBase
-
- startRDF() - Method in class org.openrdf.rio.helpers.RDFHandlerWrapper
-
- startRDF() - Method in interface org.openrdf.rio.RDFHandler
-
Signals the start of the RDF data.
- StatementCollector - Class in org.openrdf.rio.helpers
-
A RDFHandler that can be used to collect reported statements in collections.
- StatementCollector() - Constructor for class org.openrdf.rio.helpers.StatementCollector
-
Creates a new StatementCollector that uses a new ArrayList to store the
reported statements and a new LinkedHashMap to store the reported
namespaces.
- StatementCollector(Collection<Statement>) - Constructor for class org.openrdf.rio.helpers.StatementCollector
-
Creates a new StatementCollector that stores reported statements in the
supplied collection and that uses a new LinkedHashMap to store the
reported namespaces.
- StatementCollector(Collection<Statement>, Map<String, String>) - Constructor for class org.openrdf.rio.helpers.StatementCollector
-
Creates a new StatementCollector that stores reported statements and
namespaces in the supplied containers.
- stopAtFirstError() - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Deprecated.
Check specific settings instead.
- stopAtFirstError() - Method in class org.openrdf.rio.ParserConfig
-
- SUPPORT_GRAPHS_EXTENSION - Static variable in class org.openrdf.rio.helpers.RDFJSONParserSettings
-
Boolean setting for parser to determine whether an RDF/JSON parser should
support the graphs extension to make it a quads format.
- SUPPORTS_CONTEXTS - Static variable in class org.openrdf.rio.RDFFormat
-
- SUPPORTS_NAMESPACES - Static variable in class org.openrdf.rio.RDFFormat
-
- supportsContexts() - Method in class org.openrdf.rio.RDFFormat
-
- supportsNamespaces() - Method in class org.openrdf.rio.RDFFormat
-
- valueFactory - Variable in class org.openrdf.rio.helpers.RDFParserBase
-
The ValueFactory to use for creating RDF model objects.
- valueOf(String) - Static method in enum org.openrdf.rio.helpers.JSONLDMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openrdf.rio.helpers.LargeLiteralHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openrdf.rio.helpers.RDFaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.openrdf.rio.RDFFormat
-
Returns the RDF format whose name matches the specified name.
- valueOf(String) - Static method in enum org.openrdf.rio.RDFParser.DatatypeHandling
-
Deprecated.
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openrdf.rio.helpers.JSONLDMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openrdf.rio.helpers.LargeLiteralHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openrdf.rio.helpers.RDFaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in class org.openrdf.rio.RDFFormat
-
Returns all known/registered RDF formats.
- values() - Static method in enum org.openrdf.rio.RDFParser.DatatypeHandling
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERIFY_DATATYPE_VALUES - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine whether values for recognised
datatypes are to be verified.
- VERIFY_LANGUAGE_TAGS - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine whether languages are to be
verified based on a given set of definitions for valid languages.
- VERIFY_RELATIVE_URIS - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine whether relative URIs are
verified.
- verifyData() - Method in class org.openrdf.rio.helpers.RDFParserBase
-
Deprecated.
Use specific settings instead.
- verifyData() - Method in class org.openrdf.rio.ParserConfig
-
- verifyDatatype(String, URI) - Method in interface org.openrdf.rio.DatatypeHandler
-
Verifies that the datatype URI is valid, including a check on the
structure of the literal value.
- verifyLanguage(String, String) - Method in interface org.openrdf.rio.LanguageHandler
-
Verifies that the language tag is valid, optionally including an automated
check on the literal value.
- VIRTUOSOGEOMETRY - Static variable in interface org.openrdf.rio.DatatypeHandler
-
Identifier for datatypes defined in the Virtuoso Geometry vocabulary.
- VOCAB_EXPANSION_ENABLED - Static variable in class org.openrdf.rio.helpers.RDFaParserSettings
-