Class DatalogParser
java.lang.Object
tech.oxfordsemantic.jrdfox.formats.internal.AbstractParser
tech.oxfordsemantic.jrdfox.formats.DatalogParser
public class DatalogParser
extends tech.oxfordsemantic.jrdfox.formats.internal.AbstractParser
-
Constructor Summary
Constructors Constructor Description DatalogParser(Resource defaultGraph, Prefixes prefixes)
-
Method Summary
Modifier and Type Method Description void
bind(java.io.InputStream inputStream)
void
bind(java.io.Reader reader)
void
bind(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource)
void
parse(InputConsumer inputConsumer)
Rule
parseRule()
TupleTableAtom
parseTupleTableAtom()
-
Constructor Details
-
Method Details
-
bind
public void bind(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) throws ParsingException, java.io.IOException- Throws:
ParsingException
java.io.IOException
-
bind
- Throws:
ParsingException
java.io.IOException
-
bind
- Throws:
ParsingException
java.io.IOException
-
parse
- Throws:
ParsingException
java.io.IOException
-
parseTupleTableAtom
- Throws:
ParsingException
java.io.IOException
-
parseRule
- Throws:
ParsingException
java.io.IOException
-