- CASE_INSENSITIVE_DIRECTIVES - Static variable in class org.eclipse.rdf4j.rio.helpers.TurtleParserSettings
-
Allows the Turtle parser to recognize @BASE and @PREFIX in a similar way to the SPARQL case
insensitive directives.
- checkWritingStarted() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
-
Verify that writing has started.
- ClassRioSetting<T> - Class in org.eclipse.rdf4j.rio.helpers
-
- ClassRioSetting(String, String, T) - Constructor for class org.eclipse.rdf4j.rio.helpers.ClassRioSetting
-
- clear() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Clears any information that has been collected while parsing.
- clear() - Method in class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
-
Clear the set of collected statements.
- clearBNodeIDMap() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- CodePointIterator - Class in org.eclipse.rdf4j.rio.helpers
-
Helper class for quickly iterating over a String and receiving each character code point (taking care to handle
surrogate pairs correctly).
- CodePointIterator(String) - Constructor for class org.eclipse.rdf4j.rio.helpers.CodePointIterator
-
- CodePointSequence - Class in org.eclipse.rdf4j.rio.helpers
-
Helper class for working with Strings as sequences of Unicode code points.
- CodePointSequence(String) - Constructor for class org.eclipse.rdf4j.rio.helpers.CodePointSequence
-
- COMPACT_ARRAYS - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
-
If set to true, the JSON-LD processor replaces arrays with just one element with that element during compaction.
- consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
-
Consume a statement.
- ContextStatementCollector - Class in org.eclipse.rdf4j.rio.helpers
-
A RDFHandler that can be used to collect reported statements in collections.
- ContextStatementCollector(ValueFactory, Resource...) - Constructor for class org.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.ContextStatementCollector
-
Creates a new StatementCollector that stores reported statements and namespaces in the supplied containers.
- convert(String) - Method in class org.eclipse.rdf4j.rio.helpers.BooleanRioSetting
-
Converts a String to a Boolean
- convert(String) - Method in class org.eclipse.rdf4j.rio.helpers.ClassRioSetting
-
- convert(String) - Method in class org.eclipse.rdf4j.rio.helpers.LongRioSetting
-
- convert(String) - Method in class org.eclipse.rdf4j.rio.helpers.StringRioSetting
-
- convert(String) - Method in interface org.eclipse.rdf4j.rio.RioSetting
-
Attempts to convert from a string to a type-safe representation based on the generic type of this setting.
- CONVERT_RDF_STAR_TO_REIFICATION - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
-
Boolean setting for writer to determine whether it should convert RDF* statements to standard RDF reification.
- createBNode() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Deprecated.
- createBNode(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Deprecated.
- createLiteral(String, String, IRI) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Creates a
Literal object with the supplied parameters.
- createLiteral(String, String, IRI, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
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, IRI, ParserConfig, ParseErrorListener, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
-
- createLiteral(String, String, IRI, ParserConfig, ParseErrorListener, ValueFactory, long, long) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
-
- createNode() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Creates a new
BNode or Skolem
IRI object.
- createNode(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Creates a
BNode or Skolem
IRI object for the specified identifier.
- createParser(RDFFormat) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Convenience methods for creating RDFParser objects.This method uses the registry returned by
RDFParserRegistry.getInstance() to get a factory for the specified format and uses this factory to create
the appropriate parser.
- createParser(RDFFormat, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model
objects.
- createStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Creates a new
Statement object with the supplied components.
- createStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Creates a new
Statement object with the supplied components.
- createURI(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Creates a
IRI object for the specified URI-string.
- createWriter(RDFFormat, OutputStream) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Convenience methods for creating RDFWriter objects.This method uses the registry returned by
RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create
the appropriate writer.
- createWriter(RDFFormat, OutputStream, String) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Convenience methods for creating RDFWriter objects.This method uses the registry returned by
RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create
the appropriate writer.
- createWriter(RDFFormat, Writer) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Convenience methods for creating RDFWriter objects.This method uses the registry returned by
RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create
the appropriate writer.
- createWriter(RDFFormat, Writer, String) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Convenience methods for creating RDFWriter objects.This method uses the registry returned by
RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create
the appropriate writer.
- CUSTOM_XML_READER - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
-
Parser setting to customise the XMLReader that is used by an XML based Rio parser.
- FAIL_ON_DUPLICATE_RDF_ID - Static variable in class org.eclipse.rdf4j.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_LINES - Static variable in class org.eclipse.rdf4j.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_INVALID_NCNAME - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
-
Parser setting to determine whether to ignore XML documents containing invalid NCNAMEs.
- FAIL_ON_INVALID_QNAME - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
-
Parser setting to determine whether to ignore XML documents containing invalid QNAMEs.
- FAIL_ON_INVALID_STATEMENT - Static variable in class org.eclipse.rdf4j.rio.helpers.TriXParserSettings
-
Boolean setting for parser to determine whether the TriX parser should treat invalid statements as an error.
- FAIL_ON_MISMATCHED_TAGS - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
-
Parser setting to determine whether to throw an error for XML documents containing mismatched tags
- FAIL_ON_MISSING_DATATYPE - Static variable in class org.eclipse.rdf4j.rio.helpers.TriXParserSettings
-
Boolean setting for parser to determine whether the TriX parser should treat missing datatypes as an error.
- FAIL_ON_MULTIPLE_OBJECT_DATATYPES - Static variable in class org.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.NTriplesParserSettings
-
- FAIL_ON_RDFA_UNDEFINED_PREFIXES - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFaParserSettings
-
- FAIL_ON_SAX_NON_FATAL_ERRORS - Static variable in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.TriXParserSettings
-
- FAIL_ON_TRIX_MISSING_DATATYPE - Static variable in class org.eclipse.rdf4j.rio.helpers.TriXParserSettings
-
- FAIL_ON_UNKNOWN_DATATYPES - Static variable in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine whether to fail parsing if languages are not recognized.
- FAIL_ON_UNKNOWN_PROPERTY - Static variable in class org.eclipse.rdf4j.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 recognize in the JSON document.
- fatalError(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
-
- fatalError(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorLogger
-
- fatalError(String, long, long) - Method in interface org.eclipse.rdf4j.rio.ParseErrorListener
-
Reports a fatal error from the parser.
- fromRDFEncodedValue(T) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFStarUtil
-
Converts the supplied value from an RDF-compatible representation to an RDF* value.
- GEOSPARQL - Static variable in interface org.eclipse.rdf4j.rio.DatatypeHandler
-
Identifier for datatypes defined in the GeoSPARQL vocabulary.
- get(RioSetting<T>) - Method in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.RDFFormat
-
Processes the supplied collection of
RDFFormats and assigns quality values to each based on whether
context must be supported and whether the format is preferred.
- getColumnNo() - Method in class org.eclipse.rdf4j.rio.helpers.SimpleParseLocationListener
-
- getColumnNumber() - Method in exception org.eclipse.rdf4j.rio.RDFParseException
-
Gets the column number associated with this parse exception.
- getCompulsoryXmlFeatureSettings() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
-
- getCompulsoryXmlPropertySettings() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
-
- getDefaultValue() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
-
- getDefaultValue() - Method in interface org.eclipse.rdf4j.rio.RioSetting
-
Returns the default value for this parser setting if it is not set by a user.
- getDescription() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
-
- getDescription() - Method in interface org.eclipse.rdf4j.rio.RioSetting
-
The human readable name for this parser setting
- getErrors() - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
-
- getFatalErrors() - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
-
- getFileFormat() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
-
- getInstance() - Static method in class org.eclipse.rdf4j.rio.DatatypeHandlerRegistry
-
Gets the default DatatypeHandlerRegistry.
- getInstance() - Static method in class org.eclipse.rdf4j.rio.LanguageHandlerRegistry
-
Gets the default LanguageHandlerRegistry.
- getInstance() - Static method in class org.eclipse.rdf4j.rio.RDFParserRegistry
-
Gets the default RDFParserRegistry.
- getInstance() - Static method in class org.eclipse.rdf4j.rio.RDFWriterRegistry
-
Gets the default RDFWriterRegistry.
- getKey() - Method in interface org.eclipse.rdf4j.rio.DatatypeHandler
-
A unique key for this datatype handler to identify it in the DatatypeHandlerRegistry.
- getKey(DatatypeHandler) - Method in class org.eclipse.rdf4j.rio.DatatypeHandlerRegistry
-
- getKey() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
-
- getKey() - Method in interface org.eclipse.rdf4j.rio.LanguageHandler
-
A unique key for this language handler to identify it in the LanguageHandlerRegistry.
- getKey(LanguageHandler) - Method in class org.eclipse.rdf4j.rio.LanguageHandlerRegistry
-
- getKey(RDFParserFactory) - Method in class org.eclipse.rdf4j.rio.RDFParserRegistry
-
- getKey(RDFWriterFactory) - Method in class org.eclipse.rdf4j.rio.RDFWriterRegistry
-
- getKey() - Method in interface org.eclipse.rdf4j.rio.RioSetting
-
A unique key for this parser setting.
- getLabel() - Method in enum org.eclipse.rdf4j.rio.helpers.JSONLDMode
-
- getLabel() - Method in enum org.eclipse.rdf4j.rio.helpers.RDFaVersion
-
- getLineNo() - Method in class org.eclipse.rdf4j.rio.helpers.SimpleParseLocationListener
-
- getLineNumber() - Method in exception org.eclipse.rdf4j.rio.RDFParseException
-
Gets the line number associated with this parse exception.
- getLocationString(long, long) - Static method in exception org.eclipse.rdf4j.rio.RDFParseException
-
Creates a string to that shows the specified line and column number.
- getModelFactory() - Method in class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
-
- getNamespace(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Gets the namespace that is associated with the specified prefix or throws an
RDFParseException.
- getNamespaces() - Method in class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
-
Gets the map that contains the collected namespaces.
- getNonFatalErrors() - Method in class org.eclipse.rdf4j.rio.ParserConfig
-
Get the current set of non-fatal errors.
- getOptionalXmlFeatureSettings() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
-
- getOptionalXmlPropertySettings() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
-
- getParseErrorListener() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- getParseLocationListener() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- getParser() - Method in interface org.eclipse.rdf4j.rio.RDFParserFactory
-
Returns a RDFParser instance.
- getParserConfig() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- getParserConfig() - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Retrieves the current parser configuration as a single object.
- getParserFormatForFileName(String) - Static method in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.Rio
-
Tries to match a MIME type against the list of RDF formats that can be parsed.
- getRDFFormat() - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Gets the RDF format that this parser can parse.
- getRDFFormat() - Method in interface org.eclipse.rdf4j.rio.RDFParserFactory
-
Returns the RDF format for this factory.
- getRDFFormat() - Method in interface org.eclipse.rdf4j.rio.RDFWriter
-
Gets the RDF format that this RDFWriter uses.
- getRDFFormat() - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
-
Returns the RDF format for this factory.
- getRDFHandler() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- getReference() - Method in enum org.eclipse.rdf4j.rio.helpers.JSONLDMode
-
- getReference() - Method in enum org.eclipse.rdf4j.rio.helpers.RDFaVersion
-
- getStandardURI() - Method in class org.eclipse.rdf4j.rio.RDFFormat
-
- getStatements() - Method in class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
-
Gets the collection that contains the collected statements.
- getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
-
- getSupportedSettings() - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
- getSupportedSettings() - Method in interface org.eclipse.rdf4j.rio.RDFWriter
-
- getWarnings() - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
-
- getWriter(OutputStream) - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
-
Returns an RDFWriter instance that will write to the supplied output stream.
- getWriter(OutputStream, String) - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
-
Returns an RDFWriter instance that will write to the supplied output stream.
- getWriter(Writer) - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
-
Returns an RDFWriter instance that will write to the supplied writer.
- getWriter(Writer, String) - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
-
Returns an RDFWriter instance that will write to the supplied writer.
- getWriterConfig() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
-
- getWriterConfig() - Method in interface org.eclipse.rdf4j.rio.RDFWriter
-
Retrieves the current writer configuration as a single object.
- getWriterFormatForFileName(String) - Static method in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.Rio
-
Tries to match a MIME type against the list of RDF formats that can be written.
- getXMLReader() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
-
Creates an XML Reader configured using the current parser settings.
- parse(InputStream) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Parses the data from the supplied InputStream.
- parse(InputStream, String) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
- parse(Reader) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Parses the data from the supplied Reader.
- parse(Reader, String) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
- parse(InputStream, RDFFormat, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Adds RDF data from an
InputStream to a
Model, optionally to one or more named contexts.
- parse(InputStream, String, RDFFormat, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Adds RDF data from an
InputStream to a
Model, optionally to one or more named contexts.
- parse(InputStream, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Adds RDF data from an
InputStream to a
Model, optionally to one or more named contexts.
- parse(InputStream, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, ModelFactory, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Adds RDF data from an
InputStream to a
Model, optionally to one or more named contexts.
- parse(Reader, RDFFormat, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Adds RDF data from a
Reader to a
Model, optionally to one or more named contexts.
- parse(Reader, String, RDFFormat, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Adds RDF data from a
Reader to a
Model, optionally to one or more named contexts.
- parse(Reader, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
-
Adds RDF data from a
Reader to a
Model, optionally to one or more named contexts.
- parse(Reader, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, ModelFactory, Resource...) - Static method in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.XMLParserSettings
-
Flag indicating whether the parser parses stand-alone RDF documents.
- parseBNode(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
-
Parses an N-Triples bNode, creates an object for it using the supplied ValueFactory and returns this object.
- ParseErrorCollector - Class in org.eclipse.rdf4j.rio.helpers
-
A ParseErrorListener that collects Rio parse errors in the sequence they were collected in.
- ParseErrorCollector() - Constructor for class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
-
- ParseErrorListener - Interface in org.eclipse.rdf4j.rio
-
An interface defining methods for receiving warning and error messages from an RDF parser.
- ParseErrorLogger - Class in org.eclipse.rdf4j.rio.helpers
-
A ParseErrorListener that reports Rio parser errors to the SLf4J Logging framework.
- ParseErrorLogger() - Constructor for class org.eclipse.rdf4j.rio.helpers.ParseErrorLogger
-
- parseLiteral(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
-
Parses an N-Triples literal, creates an object for it using the supplied ValueFactory and returns this object.
- ParseLocationListener - Interface in org.eclipse.rdf4j.rio
-
A listener interface for listening to the parser's progress.
- parseLocationUpdate(long, long) - Method in class org.eclipse.rdf4j.rio.helpers.SimpleParseLocationListener
-
- parseLocationUpdate(long, long) - Method in interface org.eclipse.rdf4j.rio.ParseLocationListener
-
Signals an update of a parser's progress, indicated by a line and column number.
- ParserConfig - Class in org.eclipse.rdf4j.rio
-
A container object for easy setting and passing of
RDFParser configuration options.
- ParserConfig() - Constructor for class org.eclipse.rdf4j.rio.ParserConfig
-
Creates a ParserConfig object starting with default settings.
- ParserConfig(boolean, boolean, boolean, RDFParser.DatatypeHandling) - Constructor for class org.eclipse.rdf4j.rio.ParserConfig
-
- parseResource(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
-
Parses an N-Triples resource, creates an object for it using the supplied ValueFactory and returns this object.
- parseTriple(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
-
Parses an RDF* triple (non-standard N-Triples), creates an object for it using the supplied ValueFactory and
returns this object.
- parseURI(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
-
Parses an N-Triples URI, creates an object for it using the supplied ValueFactory and returns this object.
- parseValue(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
-
Parses an N-Triples value, creates an object for it using the supplied ValueFactory and returns this object.
- PRESERVE_BNODE_IDS - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine whether parser should attempt to preserve identifiers for blank nodes.
- preserveBNodeIDs() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- PRETTY_PRINT - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
-
Boolean setting for writer to determine whether pretty printing is preferred.
- probeContentType(Path) - Method in class org.eclipse.rdf4j.rio.helpers.RioFileTypeDetector
-
- PROCESS_ENCODED_RDF_STAR - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine whether it should process RDF* triples encoded as RDF-compatible special
IRIs back to RDF* values.
- PRODUCE_GENERALIZED_RDF - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
-
If set to true, the JSON-LD processor may emit blank nodes for triple predicates, otherwise they will be omitted.
- RDF_LANGSTRING_TO_LANG_LITERAL - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
-
Boolean setting for writer to determine whether it should omit the rdf:langString datatype from language literals
when serialising them.
- RDFA - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
-
The
RDFa file format, an RDF serialization format.
- RDFA_COMPATIBILITY - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFaParserSettings
-
Boolean setting for parser to determine the RDFa version to use when processing the document.
- RDFaParserSettings - Class in org.eclipse.rdf4j.rio.helpers
-
A selection of parser settings specific to RDFa parsers.
- RDFaVersion - Enum in org.eclipse.rdf4j.rio.helpers
-
Enumeration for tracking versions of the RDFa specification to specify processing capabilities of RDFa modules.
- RDFDATATYPES - Static variable in interface org.eclipse.rdf4j.rio.DatatypeHandler
-
Identifier for datatypes defined in the
RDF vocabulary.
- RDFFormat - Class in org.eclipse.rdf4j.rio
-
Represents the concept of an RDF data serialization format.
- RDFFormat(String, String, Charset, String, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
-
- RDFFormat(String, String, Charset, String, boolean, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
-
Creates a new RDFFormat object.
- RDFFormat(String, String, Charset, Collection<String>, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
-
- RDFFormat(String, String, Charset, Collection<String>, boolean, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
-
Creates a new RDFFormat object.
- RDFFormat(String, Collection<String>, Charset, Collection<String>, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
-
- RDFFormat(String, Collection<String>, Charset, Collection<String>, boolean, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
-
Creates a new RDFFormat object.
- RDFFormat(String, Collection<String>, Charset, Collection<String>, IRI, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
-
- RDFFormat(String, Collection<String>, Charset, Collection<String>, IRI, boolean, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
-
Creates a new RDFFormat object.
- rdfHandler - Variable in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
The RDFHandler that will handle the parsed RDF.
- RDFHandler - Interface in org.eclipse.rdf4j.rio
-
An interface defining methods related to RDF data handling.
- RDFHandlerBase - Class in org.eclipse.rdf4j.rio.helpers
-
- RDFHandlerBase() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFHandlerBase
-
Deprecated.
- RDFHandlerException - Exception in org.eclipse.rdf4j.rio
-
An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
- RDFHandlerException(String) - Constructor for exception org.eclipse.rdf4j.rio.RDFHandlerException
-
Creates a new RDFHandlerException.
- RDFHandlerException(Throwable) - Constructor for exception org.eclipse.rdf4j.rio.RDFHandlerException
-
Creates a new RDFHandlerException.
- RDFHandlerException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.rio.RDFHandlerException
-
Creates a new RDFHandlerException wrapping another exception.
- RDFHandlerWrapper - Class in org.eclipse.rdf4j.rio.helpers
-
Convenience base class for RDF handlers that wrap one or more other RDF handler.
- RDFHandlerWrapper(RDFHandler...) - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
-
Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s).
- RDFHandlerWrapper(ModelFactory, RDFHandler...) - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
-
Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s).
- RDFJSON - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
-
The
RDF/JSON file format, an RDF serialization format that supports
recording of named graphs.
- RDFJSONParserSettings - Class in org.eclipse.rdf4j.rio.helpers
-
A selection of parser settings specific to RDF/JSON parsers.
- RDFParseException - Exception in org.eclipse.rdf4j.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.eclipse.rdf4j.rio.RDFParseException
-
Creates a new ParseException.
- RDFParseException(String, long, long) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
-
Creates a new ParseException.
- RDFParseException(Throwable) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
-
Creates a new ParseException wrapping another exception.
- RDFParseException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
-
Creates a new ParseException wrapping another exception.
- RDFParseException(Throwable, long, long) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
-
Creates a new ParseException wrapping another exception.
- RDFParseException(String, Throwable, long, long) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
-
Creates a new ParseException wrapping another exception.
- RDFParser - Interface in org.eclipse.rdf4j.rio
-
An interface for RDF parsers.
- RDFParser.DatatypeHandling - Enum in org.eclipse.rdf4j.rio
-
- RDFParserBase - Class in org.eclipse.rdf4j.rio.helpers
-
- RDFParserBase() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFParserBase
-
Deprecated.
- RDFParserBase(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFParserBase
-
Deprecated.
- RDFParserFactory - Interface in org.eclipse.rdf4j.rio
-
A RDFParserFactory returns
RDFParsers for a specific RDF format.
- RDFParserHelper - Class in org.eclipse.rdf4j.rio.helpers
-
Helper methods that may be used by
RDFParser implementations.
- RDFParserHelper() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
-
Protected constructor to prevent direct instantiation.
- RDFParserRegistry - Class in org.eclipse.rdf4j.rio
-
- RDFParserRegistry() - Constructor for class org.eclipse.rdf4j.rio.RDFParserRegistry
-
- RDFStarUtil - Class in org.eclipse.rdf4j.rio.helpers
-
Utility methods for RDF* triples.
- RDFStarUtil() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFStarUtil
-
- RDFWriter - Interface in org.eclipse.rdf4j.rio
-
An interface for RDF document writers.
- RDFWriterBase - Class in org.eclipse.rdf4j.rio.helpers
-
- RDFWriterBase() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFWriterBase
-
Deprecated.
- RDFWriterFactory - Interface in org.eclipse.rdf4j.rio
-
A RDFWriterFactory returns
RDFWriters for a specific RDF format.
- RDFWriterRegistry - Class in org.eclipse.rdf4j.rio
-
- RDFWriterRegistry() - Constructor for class org.eclipse.rdf4j.rio.RDFWriterRegistry
-
- RDFXML - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
-
- remove() - Method in class org.eclipse.rdf4j.rio.helpers.CodePointIterator
-
- reportError(String, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given
setting has been set to true.
- reportError(String, long, long, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given
setting has been set to true.
- reportError(Exception, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given
setting has been set to true.
- reportError(Exception, long, long, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given
setting has been set to true.
- reportError(String, Exception, long, long, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
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.eclipse.rdf4j.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, long, long, RioSetting<Boolean>, ParserConfig, ParseErrorListener) - Static method in class org.eclipse.rdf4j.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, long, long, RioSetting<Boolean>, ParserConfig, ParseErrorListener) - Static method in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Reports a fatal error to the registered ParseErrorListener, if any, and throws a ParseException
afterwards.
- reportFatalError(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
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.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Reports a fatal error to the registered ParseErrorListener, if any, and throws a ParseException
afterwards.
- reportFatalError(Exception, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
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, Exception, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
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.eclipse.rdf4j.rio.helpers.RDFParserHelper
-
Reports a fatal error to the registered ParseErrorListener, if any, and throws a ParseException
afterwards.
- reportFatalError(String, long, long, ParseErrorListener) - Static method in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.RDFParserHelper
-
Reports a fatal error to the registered ParseErrorListener, if any, and throws a ParseException
afterwards.
- reportFatalError(Exception, long, long, ParseErrorListener) - Static method in class org.eclipse.rdf4j.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.
- reportFatalError(String, Exception, long, long, ParseErrorListener) - Static method in class org.eclipse.rdf4j.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(long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- reportWarning(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Reports a warning to the registered ParseErrorListener, if any.
- reportWarning(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Reports a warning with associated line- and column number to the registered ParseErrorListener, if any.
- reset() - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
-
Resets the lists of warnings, errors and fatal errors.
- resolveURI(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Resolves a URI-string against the base URI and creates a
IRI object for it.
- RFC3066 - Static variable in interface org.eclipse.rdf4j.rio.LanguageHandler
-
Identifier for the language tag format defined by RFC3066, which is referenced by the RDF-1.0 specification.
- RFC4646 - Static variable in interface org.eclipse.rdf4j.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.eclipse.rdf4j.rio
-
Static methods for parsing and writing RDF for all available syntaxes.
- Rio() - Constructor for class org.eclipse.rdf4j.rio.Rio
-
- RioConfig - Class in org.eclipse.rdf4j.rio
-
- RioConfig() - Constructor for class org.eclipse.rdf4j.rio.RioConfig
-
- RioConfigurationException - Exception in org.eclipse.rdf4j.rio.helpers
-
A RuntimeException indicating that a specific Rio parser/writer configuration setting is not supported.
- RioConfigurationException(String) - Constructor for exception org.eclipse.rdf4j.rio.helpers.RioConfigurationException
-
- RioConfigurationException(Throwable) - Constructor for exception org.eclipse.rdf4j.rio.helpers.RioConfigurationException
-
- RioConfigurationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.rio.helpers.RioConfigurationException
-
- RioFileTypeDetector - Class in org.eclipse.rdf4j.rio.helpers
-
An implementation of FileTypeDetector which uses the
RDFParserRegistry to find supported file types and their
extensions.
- RioFileTypeDetector() - Constructor for class org.eclipse.rdf4j.rio.helpers.RioFileTypeDetector
-
- RioSetting<T> - Interface in org.eclipse.rdf4j.rio
-
Identifies a parser setting along with its default value.
- RioSettingImpl<T> - Class in org.eclipse.rdf4j.rio.helpers
-
Basic implementation of
RioSetting interface, without support for default override via system properties.
- RioSettingImpl(String, String, T) - Constructor for class org.eclipse.rdf4j.rio.helpers.RioSettingImpl
-
- SECURE_PROCESSING - Static variable in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
-
- set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.ParserConfig
-
- set(RioSetting<T>, T) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Set a setting on the parser, and return this parser object to allow chaining.
- set(RioSetting<T>, T) - Method in interface org.eclipse.rdf4j.rio.RDFWriter
-
Set a setting on the writer, and return this writer object to allow chaining.
- set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.RioConfig
-
- set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.WriterConfig
-
- setBaseURI(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Parses the supplied URI-string and sets it as the base URI for resolving relative URIs.
- setBaseURI(ParsedIRI) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Sets the base URI for resolving relative URIs.
- setDatatypeHandling(RDFParser.DatatypeHandling) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- setDatatypeHandling(RDFParser.DatatypeHandling) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
- setNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Associates the specified prefix to the specified namespace.
- setNonFatalErrors(Set<RioSetting<?>>) - Method in class org.eclipse.rdf4j.rio.ParserConfig
-
This method indicates a list of optional errors that the parser should attempt to recover from.
- setParseErrorListener(ParseErrorListener) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- setParseErrorListener(ParseErrorListener) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.
- setParseLocationListener(ParseLocationListener) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- setParseLocationListener(ParseLocationListener) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.
- setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- setParserConfig(ParserConfig) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Sets all supplied parser configuration options.
- setPreserveBNodeIDs(boolean) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- setPreserveBNodeIDs(boolean) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Set whether the parser should preserve bnode identifiers specified in the source (default is false).
- setRDFHandler(RDFHandler) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- setRDFHandler(RDFHandler) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
Sets the RDFHandler that will handle the parsed RDF data.
- setStopAtFirstError(boolean) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
Deprecated.
- setStopAtFirstError(boolean) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
- settings - Variable in class org.eclipse.rdf4j.rio.RioConfig
-
A map containing mappings from settings to their values.
- setValueFactory(ValueFactory) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- setValueFactory(ValueFactory) - Method in interface org.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- setVerifyData(boolean) - Method in interface org.eclipse.rdf4j.rio.RDFParser
-
- setWriterConfig(WriterConfig) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
-
- setWriterConfig(WriterConfig) - Method in interface org.eclipse.rdf4j.rio.RDFWriter
-
Sets all supplied writer configuration options.
- SimpleParseLocationListener - Class in org.eclipse.rdf4j.rio.helpers
-
- SimpleParseLocationListener() - Constructor for class org.eclipse.rdf4j.rio.helpers.SimpleParseLocationListener
-
- SKOLEMIZE_ORIGIN - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
-
Scheme and authority of new mint Skolem IRIs that should replace Blank Nodes.
- startRDF() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFHandler
-
- startRDF() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
-
- startRDF() - Method in class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
-
- startRDF() - Method in class org.eclipse.rdf4j.rio.helpers.TimeLimitRDFHandler
-
- startRDF() - Method in interface org.eclipse.rdf4j.rio.RDFHandler
-
Signals the start of the RDF data.
- StatementCollector - Class in org.eclipse.rdf4j.rio.helpers
-
A RDFHandler that can be used to collect reported statements in collections.
- StatementCollector() - Constructor for class org.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.StatementCollector
-
Creates a new StatementCollector that stores reported statements and namespaces in the supplied containers.
- statementConsumer - Variable in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
-
- stopAtFirstError() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- stopAtFirstError() - Method in class org.eclipse.rdf4j.rio.ParserConfig
-
- STRICT_DUPLICATE_DETECTION - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
-
Boolean setting for JSON parsers to determine if strict duplicate detection is allowed for JSON Object field
names.
- StringRioSetting - Class in org.eclipse.rdf4j.rio.helpers
-
- StringRioSetting(String, String, String) - Constructor for class org.eclipse.rdf4j.rio.helpers.StringRioSetting
-
- SUPPORT_GRAPHS_EXTENSION - Static variable in class org.eclipse.rdf4j.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.eclipse.rdf4j.rio.RDFFormat
-
Indicates that the Statement.getContext() URI may be serialized for this format.
- SUPPORTS_NAMESPACES - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
-
- SUPPORTS_RDF_STAR - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
-
Indicates that RDF* triples can be serialized natively for this format.
- supportsContexts() - Method in class org.eclipse.rdf4j.rio.RDFFormat
-
Return true if the RDFFormat supports the encoding of contexts/named graphs.
- supportsNamespaces() - Method in class org.eclipse.rdf4j.rio.RDFFormat
-
Return true if the RDFFormat supports the encoding of namespace/prefix information.
- supportsRDFStar() - Method in class org.eclipse.rdf4j.rio.RDFFormat
-
Return true if the RDFFormat supports the encoding of RDF* triples natively.
- systemPropertyCache - Variable in class org.eclipse.rdf4j.rio.RioConfig
-
A map containing mappings from settings to system properties that have been discovered since the last call to
RioConfig.useDefaults().
- valueFactory - Variable in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
The ValueFactory to use for creating RDF model objects.
- valueOf(String) - Static method in enum org.eclipse.rdf4j.rio.helpers.JSONLDMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.rdf4j.rio.helpers.LargeLiteralHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.rdf4j.rio.helpers.RDFaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling
-
Deprecated.
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.RDFaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine whether relative URIs are verified.
- VERIFY_URI_SYNTAX - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
-
Boolean setting for parser to determine if URIs should be verified to contain only legal characters.
- verifyData() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
-
- verifyData() - Method in class org.eclipse.rdf4j.rio.ParserConfig
-
- verifyDatatype(String, IRI) - Method in interface org.eclipse.rdf4j.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.eclipse.rdf4j.rio.LanguageHandler
-
Verifies that the language tag is valid, optionally including an automated check on the literal value.
- VIRTUOSOGEOMETRY - Static variable in interface org.eclipse.rdf4j.rio.DatatypeHandler
-
Identifier for datatypes defined in the Virtuoso Geometry vocabulary.
- VOCAB_EXPANSION_ENABLED - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFaParserSettings
-