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 SummaryConstructors 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 SummaryModifier and Type Method Description booleanhasMoreStatements()StatementparseNextStatement()QueryparseSingleQuery()StatementparseSingleStatement()UpdateparseSingleUpdate()
- 
Constructor Details- 
SPARQLParserpublic SPARQLParser(Prefixes prefixes, tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) throws java.io.IOException, ParsingException- Throws:
- java.io.IOException
- ParsingException
 
- 
SPARQLParserpublic SPARQLParser(Prefixes prefixes, java.io.InputStream inputStream) throws java.io.IOException, ParsingException- Throws:
- java.io.IOException
- ParsingException
 
- 
SPARQLParserpublic 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
 
- 
hasMoreStatementspublic boolean hasMoreStatements()
- 
parseSingleQuery- Throws:
- JRDFoxException
- java.io.IOException
 
- 
parseSingleUpdate- Throws:
- JRDFoxException
- java.io.IOException
 
 
-