Uses of Class
org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of AbstractQueryResultParser in org.eclipse.rdf4j.query.resultio
Modifier and TypeClassDescriptionclass
Base class forTupleQueryResultParser
s offering common functionality for query result parsers. -
Uses of AbstractQueryResultParser in org.eclipse.rdf4j.query.resultio.binary
Modifier and TypeClassDescriptionclass
Reader for the binary tuple result format. -
Uses of AbstractQueryResultParser in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier and TypeClassDescriptionclass
Abstract base class for SPARQL Results JSON Parsers.class
Parser for SPARQL-1.1 JSON Results Format documentsclass
Deprecated.since 2.0.class
Parser for SPARQL-1.1 JSON Results Format documents.class
Parser for SPARQL-star JSON results. -
Uses of AbstractQueryResultParser in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Modifier and TypeClassDescriptionclass
Deprecated.since 3.4.0 - moved toSPARQLStarResultsJSONParser
-
Uses of AbstractQueryResultParser in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier and TypeClassDescriptionclass
Abstract base class for SPARQL Results XML Parsers.class
Parser for reading boolean query results formatted as SPARQL Results Documents.class
Parser for reading tuple query results formatted as SPARQL Results Documents.class
Parser for reading tuple query results formatted as SPARQL Results Documents, extended with support for RDF-star triplesclass
Deprecated.since 2.0. -
Uses of AbstractQueryResultParser in org.eclipse.rdf4j.query.resultio.text
Modifier and TypeClassDescriptionclass
Reader for the plain text boolean result format. -
Uses of AbstractQueryResultParser in org.eclipse.rdf4j.query.resultio.text.csv
-
Uses of AbstractQueryResultParser in org.eclipse.rdf4j.query.resultio.text.tsv
Modifier and TypeClassDescriptionclass
SPARQL Results TSV format parser.class
Parser for SPARQL-star TSV results. -
Uses of AbstractQueryResultParser in org.eclipse.rdf4j.query.resultio.textstar.tsv
Modifier and TypeClassDescriptionclass
Deprecated.since 3.4.0 - moved toSPARQLStarResultsTSVParser
.