Uses of Class
tech.oxfordsemantic.jrdfox.exceptions.ParsingException
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.formats |
-
Uses of ParsingException in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats that throw ParsingException Modifier and Type Method Description void
DatalogParser. bind(java.io.InputStream inputStream)
void
DatalogParser. bind(java.io.Reader reader)
void
DatalogParser. bind(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource)
void
DatalogParser. parse(InputConsumer inputConsumer)
Statement
SPARQLParser. parseNextStatement()
Rule
DatalogParser. parseRule()
TupleTableAtom
DatalogParser. parseTupleTableAtom()
Constructors in tech.oxfordsemantic.jrdfox.formats that throw ParsingException 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)