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
Constructors Constructor Description SPARQLParser(Prefixes prefixes, java.io.InputStream inputStream)
SPARQLParser(Prefixes prefixes, java.io.Reader reader)
SPARQLParser(Prefixes prefixes, tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource)
-
Method Summary
Modifier and Type Method Description boolean
hasMoreStatements()
Statement
parseNextStatement()
Query
parseSingleQuery()
Statement
parseSingleStatement()
Update
parseSingleUpdate()
-
Constructor Details
-
SPARQLParser
public SPARQLParser(Prefixes prefixes, tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) throws java.io.IOException, ParsingException- Throws:
java.io.IOException
ParsingException
-
SPARQLParser
public SPARQLParser(Prefixes prefixes, java.io.InputStream inputStream) throws java.io.IOException, ParsingException- Throws:
java.io.IOException
ParsingException
-
SPARQLParser
public SPARQLParser(Prefixes prefixes, java.io.Reader reader) throws java.io.IOException, ParsingException- Throws:
java.io.IOException
ParsingException
-
-
Method Details
-
parseSingleStatement
- Throws:
JRDFoxException
java.io.IOException
-
parseNextStatement
- Throws:
java.io.IOException
ParsingException
-
hasMoreStatements
public boolean hasMoreStatements() -
parseSingleQuery
- Throws:
JRDFoxException
java.io.IOException
-
parseSingleUpdate
- Throws:
JRDFoxException
java.io.IOException
-