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 voidDatalogParser. bind(java.io.InputStream inputStream)voidDatalogParser. bind(java.io.Reader reader)voidDatalogParser. bind(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource)voidDatalogParser. parse(InputConsumer inputConsumer)StatementSPARQLParser. parseNextStatement()RuleDatalogParser. parseRule()TupleTableAtomDatalogParser. 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)