Merge branch 'parser-with-quads' into jsonld-java
Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/3a8cb563 Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/3a8cb563 Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/3a8cb563 Branch: refs/heads/jena Commit: 3a8cb5635e0aad45ae03ebb221fd777953b1d91a Parents: ddbe6bf b1b657f Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Sep 9 16:28:41 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Fri Sep 9 16:28:41 2016 +0100 ---------------------------------------------------------------------- .../commons/rdf/api/RDFParserBuilder.java | 174 ++++++++++---- .../rdf/simple/AbstractRDFParserBuilder.java | 230 +++++++++++++------ .../commons/rdf/simple/RDFParseException.java | 50 ++++ .../simple/AbstractRDFParserBuilderTest.java | 40 ++-- .../rdf/simple/DummyRDFParserBuilder.java | 36 +-- 5 files changed, 379 insertions(+), 151 deletions(-) ----------------------------------------------------------------------
