Uses of Class
org.eclipse.rdf4j.query.resultio.QueryResultParseException
Packages that use QueryResultParseException
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of QueryResultParseException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryResultParseExceptionModifier and TypeMethodDescriptionbooleanBooleanQueryResultParser.parse(InputStream in) Deprecated.voidTupleQueryResultParser.parse(InputStream in) Deprecated.UseQueryResultParser.parseQueryResult(InputStream)instead.static booleanQueryResultIO.parseBoolean(InputStream in, QueryResultFormat format) Parses a boolean query result document and returns the parsed value.voidAbstractTupleQueryResultParser.parseQueryResult(InputStream in) voidQueryResultParser.parseQueryResult(InputStream in) Parse the query results out of the givenInputStreaminto the handler setup usingQueryResultParser.setQueryResultHandler(QueryResultHandler).static TupleQueryResultQueryResultIO.parseTuple(InputStream in, QueryResultFormat format, WeakReference<?> callerReference) Deprecated.WeakReferenceinvalid input: '<'?> callerReference argument will be removedstatic voidQueryResultIO.parseTuple(InputStream in, QueryResultFormat format, TupleQueryResultHandler handler, ValueFactory valueFactory) Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.static TupleQueryResultQueryResultIO.parseTupleBackground(InputStream in, QueryResultFormat format, WeakReference<?> callerReference) Deprecated.WeakReferenceinvalid input: '<'?> callerReference argument will be removedprivate static TupleQueryResultQueryResultIO.parseTupleInternal(InputStream in, QueryResultFormat format, boolean parseOnBackgroundThread) -
Uses of QueryResultParseException in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that throw QueryResultParseExceptionModifier and TypeMethodDescriptionvoidBinaryQueryResultParser.parse(InputStream in) private voidBinaryQueryResultParser.processError()private LiteralBinaryQueryResultParser.readLiteral(int recordTypeMarker) -
Uses of QueryResultParseException in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that throw QueryResultParseExceptionModifier and TypeMethodDescriptionbooleanSPARQLBooleanJSONParser.parse(InputStream in) Deprecated.voidSPARQLResultsJSONParser.parse(InputStream in) Deprecated.voidAbstractSPARQLJSONParser.parseQueryResult(InputStream in) protected booleanAbstractSPARQLJSONParser.parseQueryResultInternal(InputStream in, boolean attemptParseBoolean, boolean attemptParseTuple) -
Uses of QueryResultParseException in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that throw QueryResultParseExceptionModifier and TypeMethodDescriptionbooleanSPARQLBooleanXMLParser.parse(InputStream in) Deprecated.voidSPARQLResultsXMLParser.parse(InputStream in) Deprecated.voidAbstractSPARQLXMLParser.parseQueryResult(InputStream in) voidSPARQLBooleanXMLParser.parseQueryResult(InputStream in) voidSPARQLResultsXMLParser.parseQueryResult(InputStream in) protected booleanAbstractSPARQLXMLParser.parseQueryResultInternal(InputStream in, boolean attemptParseBoolean, boolean attemptParseTuple) -
Uses of QueryResultParseException in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that throw QueryResultParseExceptionModifier and TypeMethodDescriptionbooleanBooleanTextParser.parse(InputStream in) voidBooleanTextParser.parseQueryResult(InputStream in) -
Uses of QueryResultParseException in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv that throw QueryResultParseException -
Uses of QueryResultParseException in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that throw QueryResultParseException
QueryResultParser.parseQueryResult(InputStream)instead.