package nquads
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
CustomErrorHandler extends ErrorHandler
A custom error handler that doesn't throw an exception on fatal parse errors.
A custom error handler that doesn't throw an exception on fatal parse errors. This allows for simply skipping those triples instead of aborting the whole parse process.
-
class
NQuadsStringToJenaQuad extends (String) ⇒ Quad with Serializable
Convert an N-Quads line to a Jena org.apache.jena.sparql.core.Quad object.
Value Members
- object ErrorParseMode extends Enumeration
-
object
NQuadsReader
An N-Quads reader.
An N-Quads reader. One quad per line is assumed.
- object WarningParseMode extends Enumeration