Uses of Interface
org.eclipse.rdf4j.query.resultio.TupleQueryResultParser
Packages that use TupleQueryResultParser
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of TupleQueryResultParser in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type TupleQueryResultParserModifier and TypeMethodDescriptionBackgroundResultExecutor.parse(TupleQueryResultParser parser, InputStream in, WeakReference<?> callerReference) -
Uses of TupleQueryResultParser in org.eclipse.rdf4j.query.resultio
Classes in org.eclipse.rdf4j.query.resultio that implement TupleQueryResultParserModifier and TypeClassDescriptionclassBase class forTupleQueryResultParsers offering common functionality for query result parsers.Methods in org.eclipse.rdf4j.query.resultio that return TupleQueryResultParserModifier and TypeMethodDescriptionstatic TupleQueryResultParserQueryResultIO.createTupleParser(QueryResultFormat format) Convenience methods for creating TupleQueryResultParser objects.static TupleQueryResultParserQueryResultIO.createTupleParser(QueryResultFormat format, ValueFactory valueFactory) Convenience methods for creating TupleQueryResultParser objects that use the specified ValueFactory to create RDF model objects.TupleQueryResultParserFactory.getParser()Returns a TupleQueryResultParser instance. -
Uses of TupleQueryResultParser in org.eclipse.rdf4j.query.resultio.binary
Classes in org.eclipse.rdf4j.query.resultio.binary that implement TupleQueryResultParserModifier and TypeClassDescriptionclassReader for the binary tuple result format.Methods in org.eclipse.rdf4j.query.resultio.binary that return TupleQueryResultParserModifier and TypeMethodDescriptionBinaryQueryResultParserFactory.getParser()Returns a new instance of BinaryQueryResultParser. -
Uses of TupleQueryResultParser in org.eclipse.rdf4j.query.resultio.helpers
Constructors in org.eclipse.rdf4j.query.resultio.helpers with parameters of type TupleQueryResultParserModifierConstructorDescriptionBackgroundTupleResult(QueueCursor<BindingSet> queue, TupleQueryResultParser parser, InputStream in) BackgroundTupleResult(TupleQueryResultParser parser, InputStream in) -
Uses of TupleQueryResultParser in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement TupleQueryResultParserModifier and TypeClassDescriptionclassParser for SPARQL-1.1 JSON Results Format documents.Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return TupleQueryResultParserModifier and TypeMethodDescriptionSPARQLResultsJSONParserFactory.getParser()Returns a new instance ofSPARQLResultsJSONParser. -
Uses of TupleQueryResultParser in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement TupleQueryResultParserModifier and TypeClassDescriptionclassParser for reading tuple query results formatted as SPARQL Results Documents.Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return TupleQueryResultParserModifier and TypeMethodDescriptionSPARQLResultsXMLParserFactory.getParser()Returns a new instance ofSPARQLResultsXMLParser. -
Uses of TupleQueryResultParser in org.eclipse.rdf4j.query.resultio.text.csv
Classes in org.eclipse.rdf4j.query.resultio.text.csv that implement TupleQueryResultParserMethods in org.eclipse.rdf4j.query.resultio.text.csv that return TupleQueryResultParserModifier and TypeMethodDescriptionSPARQLResultsCSVParserFactory.getParser()Returns a new instance of SPARQLResultsCSVParser. -
Uses of TupleQueryResultParser in org.eclipse.rdf4j.query.resultio.text.tsv
Classes in org.eclipse.rdf4j.query.resultio.text.tsv that implement TupleQueryResultParserMethods in org.eclipse.rdf4j.query.resultio.text.tsv that return TupleQueryResultParserModifier and TypeMethodDescriptionSPARQLResultsTSVParserFactory.getParser()Returns a new instance of SPARQLResultsTSVParser.