A B C E G H J O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractQueryResultParser - Class in org.eclipse.rdf4j.query.resultio
-
Base class for
QueryResultParsers offering common functionality for query result parsers. - AbstractQueryResultParser() - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
-
Creates a new parser base that, by default, will use the global instance of
SimpleValueFactoryto create Value objects. - AbstractQueryResultParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
-
Creates a new parser base that will use the supplied ValueFactory to create Value objects.
- AbstractQueryResultWriter - Class in org.eclipse.rdf4j.query.resultio
-
Base class for
QueryResultWriters offering common functionality for query result writers. - AbstractQueryResultWriter() - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
- AbstractTupleQueryResultParser - Class in org.eclipse.rdf4j.query.resultio
-
Base class for
TupleQueryResultParsers offering common functionality for query result parsers. - AbstractTupleQueryResultParser() - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
-
Creates a new parser base that, by default, will use an instance of
SimpleValueFactoryto create Value objects. - AbstractTupleQueryResultParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
-
Creates a new parser base that will use the supplied
ValueFactoryto createValueobjects. - ADD_SESAME_QNAME - Static variable in class org.eclipse.rdf4j.query.resultio.BasicQueryWriterSettings
-
Specifies whether the writer should add the proprietary "http://www.openrdf.org/schema/qname#qname" annotations to output.
B
- BackgroundTupleResult - Class in org.eclipse.rdf4j.query.resultio.helpers
-
Provides concurrent access to tuple results as they are being parsed.
- BackgroundTupleResult(QueueCursor<BindingSet>, TupleQueryResultParser, InputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
- BackgroundTupleResult(TupleQueryResultParser, InputStream, WeakReference<?>) - Constructor for class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
- BasicQueryWriterSettings - Class in org.eclipse.rdf4j.query.resultio
-
RioSettingconstants to use withQueryResultWriters. - BINARY - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Binary RDF results table format.
- BooleanQueryResultFormat - Class in org.eclipse.rdf4j.query.resultio
-
Represents the concept of a boolean query result serialization format.
- BooleanQueryResultFormat(String, String, String) - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
-
Creates a new BooleanQueryResultFormat object.
- BooleanQueryResultFormat(String, String, Charset, String) - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
-
Creates a new BooleanQueryResultFormat object.
- BooleanQueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
-
Creates a new BooleanQueryResultFormat object.
- BooleanQueryResultFormat(String, Collection<String>, Charset, Collection<String>, IRI) - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
-
Creates a new BooleanQueryResultFormat object.
- BooleanQueryResultParser - Interface in org.eclipse.rdf4j.query.resultio
-
A general interface for boolean query result parsers.
- BooleanQueryResultParserFactory - Interface in org.eclipse.rdf4j.query.resultio
-
Returns
BooleanQueryResultParsers for a specific boolean query result format. - BooleanQueryResultParserRegistry - Class in org.eclipse.rdf4j.query.resultio
-
A registry that keeps track of the available
BooleanQueryResultParserFactorys. - BooleanQueryResultParserRegistry() - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserRegistry
- BooleanQueryResultWriter - Interface in org.eclipse.rdf4j.query.resultio
-
The interface of objects that writer query results in a specific query result format.
- BooleanQueryResultWriterFactory - Interface in org.eclipse.rdf4j.query.resultio
-
Returns
BooleanQueryResultWriters for a specific boolean query result format. - BooleanQueryResultWriterRegistry - Class in org.eclipse.rdf4j.query.resultio
-
A registry that keeps track of the available
BooleanQueryResultWriterFactorys. - BooleanQueryResultWriterRegistry() - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterRegistry
C
- createBooleanParser(QueryResultFormat) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Convenience methods for creating BooleanQueryResultParser objects.This method uses the registry returned by
BooleanQueryResultParserRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate parser. - createBooleanWriter(QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Convenience methods for creating BooleanQueryResultWriter objects.This method uses the registry returned by
BooleanQueryResultWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer. - createTupleParser(QueryResultFormat) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Convenience methods for creating TupleQueryResultParser objects.
- createTupleParser(QueryResultFormat, ValueFactory) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Convenience methods for creating TupleQueryResultParser objects that use the specified ValueFactory to create RDF model objects.
- createTupleWriter(QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Convenience methods for creating TupleQueryResultWriter objects.This method uses the registry returned by
TupleQueryResultWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer. - createWriter(QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Convenience methods for creating QueryResultWriter objects.This method uses the registry returned by
TupleQueryResultWriterRegistry.getInstance()to get a factory for the specified format and uses this factory to create the appropriate writer. - CSV - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
SPARQL Query Result CSV Format.
E
- endHeader() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
-
Indicates the end of the header.
- endQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
- endQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
G
- getBindingNames() - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
- getBindingNames() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
-
Returns a collection of binding names collected.
- getBindingSets() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
- getBoolean() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
-
If
getHandledBoolean()returns true this method returns the boolean that was last found usinghandleBoolean(boolean) - getBooleanParserFormatForFileName(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
- getBooleanParserFormatForMIMEType(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Tries to match a MIME type against the list of boolean query result formats that can be parsed.
- getBooleanQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultParser
-
Gets the query result format that this parser can parse.
- getBooleanQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserFactory
-
Returns the boolean query result format for this factory.
- getBooleanQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriter
-
Gets the query result format that this writer uses.
- getBooleanQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterFactory
-
Returns the boolean query result format for this factory.
- getBooleanWriterFormatForFileName(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Tries to match the extension of a file name against the list of RDF formats that can be written.
- getBooleanWriterFormatForMIMEType(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Tries to match a MIME type against the list of boolean query result formats that can be written.
- getColumnNumber() - Method in exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
-
Gets the column number associated with this parse exception.
- getFileFormat() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
- getHandledBoolean() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
-
Determines whether
handleBoolean(boolean)was called for this collector. - getHandledTuple() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
-
Determines whether
endQueryResult()was called after the last calls tostartQueryResult(List)and optionally calls tohandleSolution(BindingSet). - getInstance() - Static method in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserRegistry
-
Gets the default BooleanQueryResultParserRegistry.
- getInstance() - Static method in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterRegistry
-
Gets the default BooleanQueryResultWriterRegistry.
- getInstance() - Static method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultParserRegistry
-
Gets the default TupleQueryResultParserRegistry.
- getInstance() - Static method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterRegistry
-
Gets the default TupleQueryResultWriterRegistry.
- getKey(BooleanQueryResultParserFactory) - Method in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserRegistry
- getKey(BooleanQueryResultWriterFactory) - Method in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterRegistry
- getKey(TupleQueryResultParserFactory) - Method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultParserRegistry
- getKey(TupleQueryResultWriterFactory) - Method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterRegistry
- getLineNumber() - Method in exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
-
Gets the line number associated with this parse exception.
- getLinks() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
- getParseErrorListener() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- getParseLocationListener() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- getParser() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserFactory
-
Returns a BooleanQueryResultParser instance.
- getParser() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParserFactory
-
Returns a TupleQueryResultParser instance.
- getParserConfig() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- getParserConfig() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
-
Retrieves the current parser configuration as a single object.
- getParserFormatForFileName(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
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.query.resultio.QueryResultIO
-
Tries to match a MIME type against the list of tuple query result formats that can be parsed.
- getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
- getQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
-
Gets the query result format that this parser can parse.
- getQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
-
Gets the query result format that this writer uses.
- getStandardURI() - Method in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
- getSupportedSettings() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- getSupportedSettings() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
- getSupportedSettings() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
- getSupportedSettings() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
- getTupleQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParser
-
Gets the query result format that this parser can parse.
- getTupleQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParserFactory
-
Returns the tuple query result format for this factory.
- getTupleQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultWriter
-
Gets the query result format that this writer uses.
- getTupleQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterFactory
-
Returns the tuple query result format for this factory.
- getWriter(OutputStream) - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterFactory
-
Returns a
BooleanQueryResultWriterinstance that will write to the supplied output stream. - getWriter(OutputStream) - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterFactory
-
Returns a TupleQueryResultWriter instance that will write to the supplied output stream.
- getWriterConfig() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
- getWriterConfig() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
-
Retrieves the current writer configuration as a single object.
- getWriterFormatForFileName(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
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.query.resultio.QueryResultIO
-
Tries to match a MIME type against the list of tuple query result formats that can be written.
H
- handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
- handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
- handleClose() - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
- handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
- handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
- handleNamespace(String, String) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
-
Handles a namespace prefix declaration.
- handler - Variable in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
-
The
QueryResultHandlerthat will handle the parsed query results. - handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
- handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
- handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
- handleSolutionImpl(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
-
Extending classes must implement this method instead of overriding
AbstractQueryResultWriter.handleSolution(BindingSet)in order to benefit from automatic handling of RDF-star encoding. - handleStylesheet(String) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
-
Handles a stylesheet URL.
- hasStandardURI() - Method in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
J
- JSON - Static variable in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
-
SPARQL Query Results JSON Format.
- JSON - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
SPARQL Query Results JSON Format.
- JSON_STAR - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
SPARQL-star Query Results JSON Format (like SPARQL JSON but with RDF-star support).
- JSONP_CALLBACK - Static variable in class org.eclipse.rdf4j.query.resultio.BasicQueryWriterSettings
-
Specifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology.
O
- org.eclipse.rdf4j.query.resultio - package org.eclipse.rdf4j.query.resultio
- org.eclipse.rdf4j.query.resultio.helpers - package org.eclipse.rdf4j.query.resultio.helpers
P
- parse(InputStream) - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultParser
-
Deprecated.Use
QueryResultParser.parseQueryResult(InputStream)instead. - parse(InputStream) - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParser
-
Deprecated.Use
QueryResultParser.parseQueryResult(InputStream)instead. - parseBoolean(InputStream, QueryResultFormat) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Parses a boolean query result document and returns the parsed value.
- parseQueryResult(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
- parseQueryResult(InputStream) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
-
Parse the query results out of the given
InputStreaminto the handler setup usingQueryResultParser.setQueryResultHandler(QueryResultHandler). - parseTuple(InputStream, QueryResultFormat, WeakReference<?>) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Parses a query result document and returns it as a TupleQueryResult object.
- parseTuple(InputStream, QueryResultFormat, TupleQueryResultHandler, ValueFactory) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.
- parseTupleBackground(InputStream, QueryResultFormat, WeakReference<?>) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Parses a query result document and returns it as a TupleQueryResult object, with parsing done on a separate thread in the background.
IMPORTANT: As this method may spawn a new thread in the background, it is vitally important that the TupleQueryResult be closed consistently when it is no longer required, to prevent resource leaks.
Q
- QueryResultCollector - Class in org.eclipse.rdf4j.query.resultio.helpers
-
An implementation of the
QueryResultHandlerinterface that is able to collect a single result from either Boolean or Tuple results simultaneously. - QueryResultCollector() - Constructor for class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
- QueryResultFormat - Class in org.eclipse.rdf4j.query.resultio
-
The base class of all file formats that represent the results of queries.
- QueryResultFormat(String, String, Charset, String) - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultFormat
- QueryResultFormat(String, String, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultFormat
- QueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultFormat
- QueryResultFormat(String, Collection<String>, Charset, Collection<String>, IRI) - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultFormat
- QueryResultIO - Class in org.eclipse.rdf4j.query.resultio
-
Class offering utility methods related to query results.
- QueryResultIO() - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultIO
- QueryResultParseException - Exception in org.eclipse.rdf4j.query.resultio
-
A parse exception that can be thrown by a query result parser when it encounters an error from which it cannot or doesn't want to recover.
- QueryResultParseException(String) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
-
Creates a new QueryResultParseException.
- QueryResultParseException(String, long, long) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
-
Creates a new QueryResultParseException.
- QueryResultParseException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
-
Creates a new QueryResultParseException wrapping another exception.
- QueryResultParseException(String, Throwable, long, long) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
-
Creates a new QueryResultParseException wrapping another exception.
- QueryResultParseException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
-
Creates a new QueryResultParseException wrapping another exception.
- QueryResultParseException(Throwable, long, long) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
-
Creates a new QueryResultParseException wrapping another exception.
- QueryResultParser - Interface in org.eclipse.rdf4j.query.resultio
-
Base interface for parsers of query results in both boolean and tuple forms.
- QueryResultWriter - Interface in org.eclipse.rdf4j.query.resultio
-
The base interface for writers of query results sets and boolean results.
R
- run() - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
S
- set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- set(RioSetting<T>, T) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
-
Set a setting on the parser, and return this parser object to allow chaining.
- setParseErrorListener(ParseErrorListener) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- setParseErrorListener(ParseErrorListener) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
-
Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.
- setParseLocationListener(ParseLocationListener) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- setParseLocationListener(ParseLocationListener) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
-
Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.
- setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- setParserConfig(ParserConfig) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
-
Sets all supplied parser configuration options.
- setQueryResultHandler(QueryResultHandler) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- setQueryResultHandler(QueryResultHandler) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
-
Sets the
QueryResultHandlerto be used when parsing query results usingQueryResultParser.parseQueryResult(InputStream). - setTupleQueryResultHandler(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
- setTupleQueryResultHandler(TupleQueryResultHandler) - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParser
-
Deprecated.
- setValueFactory(ValueFactory) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
- setValueFactory(ValueFactory) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
-
Sets the ValueFactory that the parser will use to create Value objects for the parsed query result.
- setWriterConfig(WriterConfig) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
- setWriterConfig(WriterConfig) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
-
Sets all supplied writer configuration options.
- SPARQL - Static variable in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
-
SPARQL Query Results XML Format.
- SPARQL - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
SPARQL Query Results XML Format.
- SPARQL_RESULTS_CSV_URI - Static variable in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
-
Local constant for tuple formats for SPARQL Results CSV.
- SPARQL_RESULTS_JSON_URI - Static variable in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
-
Local constant reused across boolean and tuple formats for SPARQL Results JSON.
- SPARQL_RESULTS_TSV_URI - Static variable in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
-
Local constant for tuple formats for SPARQL Results TSV.
- SPARQL_RESULTS_XML_URI - Static variable in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
-
Local constant reused across boolean and tuple formats for SPARQL Results XML.
- SPARQL_STAR - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
SPARQL-star Query Results XML Format (like SPARQL/XML but with native RDF-star support).
- startDocument() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
-
Indicates the start of the document.
- startHeader() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
-
Indicates the start of the header.
- startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
- startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
- startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
- supportsRDFStar() - Method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Return true if the TupleQueryResultFormat supports the encoding of RDF-star triples natively.
T
- TEXT - Static variable in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
-
Plain text encoding using values "true" and "false" (case-insensitive).
- TSV - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
SPARQL Query Result TSV Format.
- TSV_STAR - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
SPARQL-star Query Results TSV Format (like SPARQL TSV but with RDF-star support).
- TupleQueryResultFormat - Class in org.eclipse.rdf4j.query.resultio
-
Represents the concept of an tuple query result serialization format.
- TupleQueryResultFormat(String, String, String) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Creates a new TupleQueryResultFormat object.
- TupleQueryResultFormat(String, String, String, boolean) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Creates a new TupleQueryResultFormat object.
- TupleQueryResultFormat(String, String, Charset, String) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Creates a new TupleQueryResultFormat object.
- TupleQueryResultFormat(String, String, Charset, String, boolean) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Creates a new TupleQueryResultFormat object.
- TupleQueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Creates a new TupleQueryResultFormat object.
- TupleQueryResultFormat(String, Collection<String>, Charset, Collection<String>, boolean) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Creates a new TupleQueryResultFormat object.
- TupleQueryResultFormat(String, Collection<String>, Charset, Collection<String>, IRI) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Creates a new TupleQueryResultFormat object.
- TupleQueryResultFormat(String, Collection<String>, Charset, Collection<String>, IRI, boolean) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Creates a new TupleQueryResultFormat object.
- TupleQueryResultParser - Interface in org.eclipse.rdf4j.query.resultio
-
A general interface for tuple query result parsers.
- TupleQueryResultParserFactory - Interface in org.eclipse.rdf4j.query.resultio
-
A TupleQueryResultParserFactory returns
TupleQueryResultParsers for a specific tuple query result format. - TupleQueryResultParserRegistry - Class in org.eclipse.rdf4j.query.resultio
-
A registry that keeps track of the available
TupleQueryResultParserFactorys. - TupleQueryResultParserRegistry() - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultParserRegistry
- TupleQueryResultWriter - Interface in org.eclipse.rdf4j.query.resultio
-
The interface of objects that writer query results in a specific query result format.
- TupleQueryResultWriterFactory - Interface in org.eclipse.rdf4j.query.resultio
-
Returns
TupleQueryResultWriters for a specific tuple query result format. - TupleQueryResultWriterRegistry - Class in org.eclipse.rdf4j.query.resultio
-
A registry that keeps track of the available
TupleQueryResultWriterFactorys. - TupleQueryResultWriterRegistry() - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterRegistry
U
- UnsupportedQueryResultFormatException - Exception in org.eclipse.rdf4j.query.resultio
-
A Runtime exception indicating that a specific query result format is not supported.
- UnsupportedQueryResultFormatException(String) - Constructor for exception org.eclipse.rdf4j.query.resultio.UnsupportedQueryResultFormatException
-
Creates a new UnsupportedRDFormatException.
- UnsupportedQueryResultFormatException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.resultio.UnsupportedQueryResultFormatException
-
Creates a new UnsupportedRDFormatException wrapping another exception.
- UnsupportedQueryResultFormatException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.resultio.UnsupportedQueryResultFormatException
-
Creates a new UnsupportedRDFormatException.
V
- valueFactory - Variable in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
-
The
ValueFactoryto use for creating RDF model objects.
W
- write(boolean) - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriter
-
Deprecated.Use
QueryResultHandler.handleBoolean(boolean)instead. - writeBoolean(boolean, QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Writes a boolean query result document in a specific boolean query result format to an output stream.
- writeGraph(GraphQueryResult, RDFFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Writes a graph query result document in a specific RDF format to an output stream.
- writeTuple(TupleQueryResult, QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
-
Writes a query result document in a specific query result format to an output stream.
X
- xsdStringToPlainLiteral() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
All Classes All Packages