Uses of Class
org.eclipse.rdf4j.query.resultio.QueryResultParseException
-
Packages that use QueryResultParseException Package Description org.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.query.resultio.binary org.eclipse.rdf4j.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Formatorg.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.eclipse.rdf4j.query.resultio.text org.eclipse.rdf4j.query.resultio.text.csv org.eclipse.rdf4j.query.resultio.text.tsv -
-
Uses of QueryResultParseException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryResultParseException Modifier and Type Method Description booleanBooleanQueryResultParser. parse(java.io.InputStream in)Deprecated.UseQueryResultParser.parseQueryResult(InputStream)instead.voidTupleQueryResultParser. parse(java.io.InputStream in)Deprecated.UseQueryResultParser.parseQueryResult(InputStream)instead.static booleanQueryResultIO. parseBoolean(java.io.InputStream in, QueryResultFormat format)Parses a boolean query result document and returns the parsed value.voidAbstractTupleQueryResultParser. parseQueryResult(java.io.InputStream in)voidQueryResultParser. parseQueryResult(java.io.InputStream in)Parse the query results out of the givenInputStreaminto the handler setup usingQueryResultParser.setQueryResultHandler(QueryResultHandler).static TupleQueryResultQueryResultIO. parseTuple(java.io.InputStream in, QueryResultFormat format, java.lang.ref.WeakReference<?> callerReference)Deprecated.WeakReference> callerReference argument will be removedstatic voidQueryResultIO. parseTuple(java.io.InputStream in, QueryResultFormat format, TupleQueryResultHandler handler, ValueFactory valueFactory)Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.static TupleQueryResultQueryResultIO. parseTupleBackground(java.io.InputStream in, QueryResultFormat format, java.lang.ref.WeakReference<?> callerReference)Deprecated.WeakReference> callerReference argument will be removedprivate static TupleQueryResultQueryResultIO. parseTupleInternal(java.io.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 QueryResultParseException Modifier and Type Method Description voidBinaryQueryResultParser. parse(java.io.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 QueryResultParseException Modifier and Type Method Description booleanSPARQLBooleanJSONParser. parse(java.io.InputStream in)Deprecated.voidSPARQLResultsJSONParser. parse(java.io.InputStream in)Deprecated.voidAbstractSPARQLJSONParser. parseQueryResult(java.io.InputStream in)protected booleanAbstractSPARQLJSONParser. parseQueryResultInternal(java.io.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 QueryResultParseException Modifier and Type Method Description booleanSPARQLBooleanXMLParser. parse(java.io.InputStream in)Deprecated.voidSPARQLResultsXMLParser. parse(java.io.InputStream in)Deprecated.voidAbstractSPARQLXMLParser. parseQueryResult(java.io.InputStream in)voidSPARQLBooleanXMLParser. parseQueryResult(java.io.InputStream in)voidSPARQLResultsXMLParser. parseQueryResult(java.io.InputStream in)protected booleanAbstractSPARQLXMLParser. parseQueryResultInternal(java.io.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 QueryResultParseException Modifier and Type Method Description booleanBooleanTextParser. parse(java.io.InputStream in)voidBooleanTextParser. parseQueryResult(java.io.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 Modifier and Type Method Description voidSPARQLResultsCSVParser. parse(java.io.InputStream in) -
Uses of QueryResultParseException in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that throw QueryResultParseException Modifier and Type Method Description voidSPARQLResultsTSVParser. parse(java.io.InputStream in)
-