Class SPARQLParser
java.lang.Object
tech.oxfordsemantic.jrdfox.formats.internal.AbstractParser
tech.oxfordsemantic.jrdfox.formats.SPARQLParser
public class SPARQLParser
extends tech.oxfordsemantic.jrdfox.formats.internal.AbstractParser
-
Constructor Summary
ConstructorsConstructorDescriptionSPARQLParser(String baseIRI, Prefixes prefixes, InputStream inputStream) SPARQLParser(String baseIRI, Prefixes prefixes, Reader reader) SPARQLParser(String baseIRI, Prefixes prefixes, tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
SPARQLParser
public SPARQLParser(String baseIRI, Prefixes prefixes, tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) throws IOException, ParsingException - Throws:
IOExceptionParsingException
-
SPARQLParser
public SPARQLParser(String baseIRI, Prefixes prefixes, InputStream inputStream) throws IOException, ParsingException - Throws:
IOExceptionParsingException
-
SPARQLParser
public SPARQLParser(String baseIRI, Prefixes prefixes, Reader reader) throws IOException, ParsingException - Throws:
IOExceptionParsingException
-
-
Method Details
-
parseSingleStatement
- Throws:
JRDFoxExceptionIOException
-
parseNextStatement
- Throws:
IOExceptionParsingException
-
hasMoreStatements
public boolean hasMoreStatements() -
parseSingleQuery
- Throws:
JRDFoxExceptionIOException
-
parseSingleUpdate
- Throws:
JRDFoxExceptionIOException
-