Package com.stardog.stark.io.nquads
Class NQuadsParser
- java.lang.Object
-
- com.stardog.stark.io.ntriples.NTParser
-
- com.stardog.stark.io.nquads.NQuadsParser
-
-
Constructor Summary
Constructors Constructor Description NQuadsParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RDFFormatformat()The format this parser can parsevoidparse(IOParserContext theContext)protected intparseContext(IOParserContext theContext, int theChar)-
Methods inherited from class com.stardog.stark.io.ntriples.NTParser
assertLineTerminates, parse, parseNodeID, parseObject, parsePredicate, parseSubject, parseUriRef, skipLine, skipToEndOfLine, skipWhitespace
-
-
-
-
Method Detail
-
format
@Nonnull public RDFFormat format()
The format this parser can parse
-
parse
public void parse(@Nonnull IOParserContext theContext) throws java.io.IOException
-
parseContext
protected int parseContext(@Nonnull IOParserContext theContext, int theChar) throws java.io.IOException- Throws:
java.io.IOException
-
-