A B C D E F G H I J L M N O P R S T U V W X 

A

addNonFatalError(RioSetting<?>) - Method in class org.openrdf.rio.ParserConfig
Add a non-fatal error to the set used by parsers to determine whether they should attempt to recover from a particular parsing error.

B

BasicParserSettings - Class in org.openrdf.rio.helpers
A class encapsulating the basic parser settings that most parsers may support.
BasicWriterSettings - Class in org.openrdf.rio.helpers
A class encapsulating the basic writer settings that most writers may support.
BINARY - Static variable in class org.openrdf.rio.RDFFormat
A binary RDF format.
BufferedGroupingRDFHandler - Class in org.openrdf.rio.helpers
An RDFHandlerWrapper that buffers statements internally and passes them to underlying handlers grouped by context, then subject, then predicate.
BufferedGroupingRDFHandler(RDFHandler...) - Constructor for class org.openrdf.rio.helpers.BufferedGroupingRDFHandler
Creates a new BufferedGroupedWriter that wraps the supplied handlers, using the default buffer size.
BufferedGroupingRDFHandler(int, RDFHandler...) - Constructor for class org.openrdf.rio.helpers.BufferedGroupingRDFHandler
Creates a new BufferedGroupedWriter that wraps the supplied handlers, using the supplied buffer size.

C

CASE_INSENSITIVE_DIRECTIVES - Static variable in class org.openrdf.rio.helpers.TurtleParserSettings
Allows the Turtle parser to recognise @BASE and @PREFIX in a similar way to the SPARQL case insensitive directives.
clear() - Method in class org.openrdf.rio.helpers.ContextStatementCollector
Clear the set of collected statements.
clear() - Method in class org.openrdf.rio.helpers.RDFParserBase
Clears any information that has been collected while parsing.
clearBNodeIDMap() - Method in class org.openrdf.rio.helpers.RDFParserBase
Deprecated.
Map is no longer used.
COMPACT_ARRAYS - Static variable in class org.openrdf.rio.helpers.JSONLDSettings
If set to true, the JSON-LD processor replaces arrays with just one element with that element during compaction.
ContextStatementCollector - Class in org.openrdf.rio.helpers
A RDFHandler that can be used to collect reported statements in collections.
ContextStatementCollector(ValueFactory, Resource...) - Constructor for class org.openrdf.rio.helpers.ContextStatementCollector
Creates a new StatementCollector that uses a new ArrayList to store the reported statements and a new LinkedHashMap to store the reported namespaces.
ContextStatementCollector(Collection<Statement>, ValueFactory, Resource...) - Constructor for class org.openrdf.rio.helpers.ContextStatementCollector
Creates a new StatementCollector that stores reported statements in the supplied collection and that uses a new LinkedHashMap to store the reported namespaces.
ContextStatementCollector(Collection<Statement>, Map<String, String>, ValueFactory, Resource...) - Constructor for class org.openrdf.rio.helpers.ContextStatementCollector
Creates a new StatementCollector that stores reported statements and namespaces in the supplied containers.
createBNode() - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a new BNode object.
createBNode(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a BNode object for the specified identifier.
createLiteral(String, String, URI) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a Literal object with the supplied parameters.
createLiteral(String, String, URI, int, int) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a Literal object with the supplied parameters, using the lineNo and columnNo to enhance error messages or exceptions that may be generated during the creation of the literal.
createLiteral(String, String, URI, ParserConfig, ParseErrorListener, ValueFactory) - Static method in class org.openrdf.rio.helpers.RDFParserHelper
Create a literal using the given parameters, including iterative verification and normalization by any DatatypeHandler or LanguageHandler implementations that are found in the ParserConfig.
createLiteral(String, String, URI, ParserConfig, ParseErrorListener, ValueFactory, int, int) - Static method in class org.openrdf.rio.helpers.RDFParserHelper
Create a literal using the given parameters, including iterative verification and normalization by any DatatypeHandler or LanguageHandler implementations that are found in the ParserConfig.
createParser(RDFFormat) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFParser objects.
createParser(RDFFormat, ValueFactory) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects.
createStatement(Resource, URI, Value) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a new Statement object with the supplied components.
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a new Statement object with the supplied components.
createURI(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a URI object for the specified URI-string.
createWriter(RDFFormat, OutputStream) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFWriter objects.
createWriter(RDFFormat, Writer) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFWriter objects.
CUSTOM_XML_READER - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
Parser setting to customise the XMLReader that is used by an XML based Rio parser.

D

DATATYPE_HANDLERS - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
Setting used to specify which DatatypeHandler implementations are to be used for a given parser configuration.
DatatypeHandler - Interface in org.openrdf.rio
An interface defining methods related to verification and normalization of typed literals and datatype URIs.
DatatypeHandlerRegistry - Class in org.openrdf.rio
Registry of DatatypeHandlers.
DatatypeHandlerRegistry() - Constructor for class org.openrdf.rio.DatatypeHandlerRegistry
 
datatypeHandling() - Method in class org.openrdf.rio.helpers.RDFParserBase
datatypeHandling() - Method in class org.openrdf.rio.ParserConfig
Deprecated.
Datatype handling is now split across VERIFY_DATATYPE_VALUES, FAIL_ON_UNKNOWN_DATATYPES and NORMALIZE_DATATYPE_VALUES.

This method will be removed in a future release.

DBPEDIA - Static variable in interface org.openrdf.rio.DatatypeHandler
Identifier for datatypes defined by DBPedia.
DEFAULT_BUFFER_SIZE - Static variable in class org.openrdf.rio.helpers.BufferedGroupingRDFHandler
Default buffer size.

E

endRDF() - Method in class org.openrdf.rio.helpers.BufferedGroupingRDFHandler
 
endRDF() - Method in class org.openrdf.rio.helpers.RDFHandlerBase
 
endRDF() - Method in class org.openrdf.rio.helpers.RDFHandlerWrapper
 
endRDF() - Method in interface org.openrdf.rio.RDFHandler
Signals the end of the RDF data.
error(String, int, int) - Method in class org.openrdf.rio.helpers.ParseErrorCollector
 
error(String, int, int) - Method in class org.openrdf.rio.helpers.ParseErrorLogger
 
error(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports an error from the parser.

F

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.

G

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.

H

handleComment(String) - Method in class org.openrdf.rio.helpers.RDFHandlerBase
 
handleComment(String) - Method in class org.openrdf.rio.helpers.RDFHandlerWrapper
 
handleComment(String) - Method in interface org.openrdf.rio.RDFHandler
Handles a comment.
handleNamespace(String, String) - Method in class org.openrdf.rio.helpers.ContextStatementCollector
 
handleNamespace(String, String) - Method in class org.openrdf.rio.helpers.RDFHandlerBase
 
handleNamespace(String, String) - Method in class org.openrdf.rio.helpers.RDFHandlerWrapper
 
handleNamespace(String, String) - Method in class org.openrdf.rio.helpers.RDFWriterBase
 
handleNamespace(String, String) - Method in interface org.openrdf.rio.RDFHandler
Handles a namespace declaration/definition.
handleStatement(Statement) - Method in class org.openrdf.rio.helpers.BufferedGroupingRDFHandler
 
handleStatement(Statement) - Method in class org.openrdf.rio.helpers.ContextStatementCollector
 
handleStatement(Statement) - Method in class org.openrdf.rio.helpers.RDFHandlerBase
 
handleStatement(Statement) - Method in class org.openrdf.rio.helpers.RDFHandlerWrapper
 
handleStatement(Statement) - Method in interface org.openrdf.rio.RDFHandler
Handles a statement.

I

INCLUDE_ROOT_RDF_TAG - Static variable in class org.openrdf.rio.helpers.XMLWriterSettings
Boolean setting for RDF/XML Writer to determine whether the rdf:RDF root tag is to be written.
INCLUDE_XML_PI - Static variable in class org.openrdf.rio.helpers.XMLWriterSettings
Boolean setting for XML Writer to determine whether the XML PI (Processing Instruction) should be printed.
isNonFatalError(RioSetting<?>) - Method in class org.openrdf.rio.ParserConfig
This method is used by the parser to check whether they should throw an exception or attempt to recover from a non-fatal error.
isPreserveBNodeIDs() - Method in class org.openrdf.rio.ParserConfig
This method is preserved for backwards compatibility.
isRecognizedDatatype(URI) - Method in interface org.openrdf.rio.DatatypeHandler
Checks if the given datatype URI is recognized by this datatype handler.
isRecognizedLanguage(String) - Method in interface org.openrdf.rio.LanguageHandler
Checks if the given language tag is recognized by this language handler, including cases where the language tag is recognized, but is not yet normalized.
isSet(RioSetting<T>) - Method in class org.openrdf.rio.RioConfig
Checks for whether a RioSetting has been explicitly set by a user.

J

JSONLD - Static variable in class org.openrdf.rio.RDFFormat
The JSON-LD file format, an RDF serialization format that supports recording of named graphs.
JSONLD_MODE - Static variable in class org.openrdf.rio.helpers.JSONLDSettings
The JSONLDMode that the writer will use to reorganise the JSONLD document after it is created.
JSONLDMode - Enum in org.openrdf.rio.helpers
Specifies constants to identify various modes that are relevant to JSONLD documents.
JSONLDSettings - Class in org.openrdf.rio.helpers
Settings that can be passed to JSONLD Parsers and Writers.

L

LANGUAGE_HANDLERS - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
Setting used to specify which LanguageHandler implementations are to be used for a given parser configuration.
LanguageHandler - Interface in org.openrdf.rio
An interface defining methods related to verification and normalization of language tags.
LanguageHandlerRegistry - Class in org.openrdf.rio
Registry of LanguageHandlers.
LanguageHandlerRegistry() - Constructor for class org.openrdf.rio.LanguageHandlerRegistry
 
LARGE_LITERALS_HANDLING - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether parser should preserve, truncate, drop, or otherwise manipulate statements that contain long literals.
LARGE_LITERALS_LIMIT - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
If LARGE_LITERALS_HANDLING is set to LargeLiteralHandling.PRESERVE, which it is by default, then the value of this setting is not used.
LargeLiteralHandling - Enum in org.openrdf.rio.helpers
An enumeration used to define constants used with the LARGE_LITERALS_HANDLING parser setting.
LOAD_EXTERNAL_DTD - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
Parser setting specifying whether external DTDs should be loaded.
log - Variable in class org.openrdf.rio.RioConfig
 

M

main(String[]) - Static method in class org.openrdf.rio.Rio
 

N

N3 - Static variable in class org.openrdf.rio.RDFFormat
The N3/Notation3 file format.
namespaceTable - Variable in class org.openrdf.rio.helpers.RDFWriterBase
Mapping from namespace prefixes to namespace names.
NO_CONTEXTS - Static variable in class org.openrdf.rio.RDFFormat
Indicates that the Statement.getContext() URI will NOT be serialized for this format.
NO_NAMESPACES - Static variable in class org.openrdf.rio.RDFFormat
Indicates that all calls to RDFHandler.handleNamespace(String, String) will be ignored when serializing to this format.
NORMALIZE_DATATYPE_VALUES - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether recognised datatypes need to have their values be normalized.
NORMALIZE_LANGUAGE_TAGS - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether languages need to be normalized, and to which format they should be normalised.
normalizeDatatype(String, URI, ValueFactory) - Method in interface org.openrdf.rio.DatatypeHandler
Normalize both the datatype URI and the literal value if appropriate, and use the given value factory to generate a literal matching a literal value and datatype URI.
normalizeLanguage(String, String, ValueFactory) - Method in interface org.openrdf.rio.LanguageHandler
Normalize both the language tag and the language if appropriate, and use the given value factory to generate a literal matching the literal value and language tag.
NQUADS - Static variable in class org.openrdf.rio.RDFFormat
The N-Quads file format, an RDF serialization format that supports recording of named graphs.
NTRIPLES - Static variable in class org.openrdf.rio.RDFFormat
The N-Triples file format.
NTriplesParserSettings - Class in org.openrdf.rio.helpers
ParserSettings for the N-Triples parser features.

O

OPTIMIZE - Static variable in class org.openrdf.rio.helpers.JSONLDSettings
If set to true, the JSON-LD processor is allowed to optimize the output of the Compaction algorithm to produce even compacter representations.
org.openrdf.rio - package org.openrdf.rio
General classes and interfaces for RDF parsers and RDF writers.
org.openrdf.rio.helpers - package org.openrdf.rio.helpers
Provides helpers classes for Rio.

P

parse(InputStream, String) - Method in interface org.openrdf.rio.RDFParser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in interface org.openrdf.rio.RDFParser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
parse(InputStream, String, RDFFormat, Resource...) - Static method in class org.openrdf.rio.Rio
Adds RDF data from an InputStream to a Model, optionally to one or more named contexts.
parse(Reader, String, RDFFormat, Resource...) - Static method in class org.openrdf.rio.Rio
Adds RDF data from a Reader to a Model, optionally to one or more named contexts.
parse(InputStream, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, Resource...) - Static method in class org.openrdf.rio.Rio
Adds RDF data from an InputStream to a Model, optionally to one or more named contexts.
parse(Reader, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, Resource...) - Static method in class org.openrdf.rio.Rio
Adds RDF data from a Reader to a Model, optionally to one or more named contexts.
PARSE_STANDALONE_DOCUMENTS - Static variable in class org.openrdf.rio.helpers.XMLParserSettings
Flag indicating whether the parser parses stand-alone RDF documents.
ParseErrorCollector - Class in org.openrdf.rio.helpers
A ParseErrorListener that collects Rio parse errors in the sequence they were collected in.
ParseErrorCollector() - Constructor for class org.openrdf.rio.helpers.ParseErrorCollector
 
ParseErrorListener - Interface in org.openrdf.rio
An interface defining methods for receiving warning and error messages from an RDF parser.
ParseErrorLogger - Class in org.openrdf.rio.helpers
A ParseErrorListener that reports Rio parser errors to the SLf4J Logging framework.
ParseErrorLogger() - Constructor for class org.openrdf.rio.helpers.ParseErrorLogger
 
ParseLocationListener - Interface in org.openrdf.rio
A listener interface for listening to the parser's progress.
parseLocationUpdate(int, int) - Method in interface org.openrdf.rio.ParseLocationListener
Signals an update of a parser's progress, indicated by a line and column number.
ParserConfig - Class in org.openrdf.rio
A container object for easy setting and passing of RDFParser configuration options.
ParserConfig() - Constructor for class org.openrdf.rio.ParserConfig
Creates a ParserConfig object starting with default settings.
ParserConfig(boolean, boolean, boolean, RDFParser.DatatypeHandling) - Constructor for class org.openrdf.rio.ParserConfig
Deprecated.
Use ParserConfig.ParserConfig() instead and set preserveBNodeIDs using RioConfig.set(RioSetting, Object) with PRESERVE_BNODE_IDS.

The other parameters are all deprecated and this constructor may be removed in a future release.

This constructor calls #setNonFatalErrors using a best-effort algorithm that may not match the exact semantics of the pre-2.7 constructor.

PRESERVE_BNODE_IDS - Static variable in class org.openrdf.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether parser should attempt to preserve identifiers for blank nodes.
preserveBNodeIDs() - Method in class org.openrdf.rio.helpers.RDFParserBase
 
PRETTY_PRINT - Static variable in class org.openrdf.rio.helpers.BasicWriterSettings
Boolean setting for writer to determine whether pretty printing is preferred.

R

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
Deprecated.
These settings are not recognised and will be removed in a future version. Use FAIL_ON_UNKNOWN_DATATYPES NORMALIZE_DATATYPE_VALUES and VERIFY_DATATYPE_VALUES instead.
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
A registry that keeps track of the available RDFParserFactorys.
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
A registry that keeps track of the available RDFWriterFactorys.
RDFWriterRegistry() - Constructor for class org.openrdf.rio.RDFWriterRegistry
 
RDFXML - Static variable in class org.openrdf.rio.RDFFormat
The RDF/XML file format.
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
Reports the specified line- and column number to the registered ParseLocationListener, if any.
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
Superclass for ParserConfig and WriterConfig.
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
Basic implementation of RioSetting interface.
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.

S

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
Sets a RioSetting to have a new value.
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
Deprecated.
Since 2.7.0. Use RDFParser.getParserConfig() with ParserConfig.addNonFatalError(RioSetting) to select which errors will not always fail the parse prematurely.
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
Deprecated.
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
Indicates that the Statement.getContext() URI may be serialized for this format.
SUPPORTS_NAMESPACES - Static variable in class org.openrdf.rio.RDFFormat
Indicates that calls to RDFHandler.handleNamespace(String, String) may be serialised when serializing to this format.
supportsContexts() - Method in class org.openrdf.rio.RDFFormat
 
supportsNamespaces() - Method in class org.openrdf.rio.RDFFormat
 

T

TRIG - Static variable in class org.openrdf.rio.RDFFormat
The TriG file format, a Turtle-based RDF serialization format that supports recording of named graphs.
TRIX - Static variable in class org.openrdf.rio.RDFFormat
The TriX file format, an XML-based RDF serialization format that supports recording of named graphs.
TriXParserSettings - Class in org.openrdf.rio.helpers
ParserSettings for the TriX parser features.
TURTLE - Static variable in class org.openrdf.rio.RDFFormat
The Turtle file format.
TurtleParserSettings - Class in org.openrdf.rio.helpers
Parser Settings that are specific to RDFFormat.TURTLE parsers.
TurtleParserSettings() - Constructor for class org.openrdf.rio.helpers.TurtleParserSettings
 

U

UnsupportedRDFormatException - Exception in org.openrdf.rio
A RuntimeException indicating that a specific RDF format is not supported.
UnsupportedRDFormatException(String) - Constructor for exception org.openrdf.rio.UnsupportedRDFormatException
Creates a new UnsupportedRDFormatException.
UnsupportedRDFormatException(Throwable) - Constructor for exception org.openrdf.rio.UnsupportedRDFormatException
Creates a new UnsupportedRDFormatException.
UnsupportedRDFormatException(String, Throwable) - Constructor for exception org.openrdf.rio.UnsupportedRDFormatException
Creates a new UnsupportedRDFormatException wrapping another exception.
USE_NATIVE_TYPES - Static variable in class org.openrdf.rio.helpers.JSONLDSettings
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.
USE_RDF_TYPE - Static variable in class org.openrdf.rio.helpers.JSONLDSettings
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.
useDefaults() - Method in class org.openrdf.rio.ParserConfig
 
useDefaults() - Method in class org.openrdf.rio.RioConfig
Resets all settings back to their default values.

V

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
Deprecated.
All non-fatal verification errors must be specified using #addNonFatalErrors(RioSetting) and checked using ParserConfig.isNonFatalError(RioSetting).
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
Enables or disables vocabulary expansion feature.

W

warning(String, int, int) - Method in class org.openrdf.rio.helpers.ParseErrorCollector
 
warning(String, int, int) - Method in class org.openrdf.rio.helpers.ParseErrorLogger
 
warning(String, int, int) - Method in interface org.openrdf.rio.ParseErrorListener
Reports a warning from the parser.
write(Iterable<Statement>, OutputStream, RDFFormat) - Static method in class org.openrdf.rio.Rio
Writes the given statements to the given OutputStream in the given format.
write(Iterable<Statement>, Writer, RDFFormat) - Static method in class org.openrdf.rio.Rio
Writes the given statements to the given Writer in the given format.
write(Iterable<Statement>, OutputStream, RDFFormat, WriterConfig) - Static method in class org.openrdf.rio.Rio
Writes the given statements to the given OutputStream in the given format.
write(Iterable<Statement>, Writer, RDFFormat, WriterConfig) - Static method in class org.openrdf.rio.Rio
Writes the given statements to the given Writer in the given format.
write(Iterable<Statement>, RDFHandler) - Static method in class org.openrdf.rio.Rio
Writes the given statements to the given RDFHandler.
WriterConfig - Class in org.openrdf.rio
A container object for easy setting and passing of RDFWriter configuration options.
WriterConfig() - Constructor for class org.openrdf.rio.WriterConfig
Creates a ParserConfig object starting with default settings.

X

XMLParserSettings - Class in org.openrdf.rio.helpers
ParserSettings for the XML parser features.
XMLSCHEMA - Static variable in interface org.openrdf.rio.DatatypeHandler
Identifier for datatypes defined in the XMLSchema vocabulary.
XMLWriterSettings - Class in org.openrdf.rio.helpers
A class encapsulating writer settings that XML writers may support.
XSD_STRING_TO_PLAIN_LITERAL - Static variable in class org.openrdf.rio.helpers.BasicWriterSettings
Boolean setting for writer to determine whether it should attempt to remove the xsd:string datatype from literals and represent them as RDF-1.0 Plain Literals.
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2001-2014 Aduna. All Rights Reserved.