Package com.stardog.stark.io.turtle
Class TurtleParserContext
java.lang.Object
com.stardog.stark.io.AbstractRDFHandler
com.stardog.stark.io.ParserContext
com.stardog.stark.io.IOParserContext
com.stardog.stark.io.turtle.TurtleParserContext
- All Implemented Interfaces:
RDFHandler
A small extension of
IOParserContext to maintain the state related to edge property parsing.- Since:
- 7.1.3
- Author:
- Pavel Klinov
-
Nested Class Summary
Nested classes/interfaces inherited from class com.stardog.stark.io.ParserContext
ParserContext.ParseError -
Field Summary
Fields inherited from class com.stardog.stark.io.ParserContext
BNODE_ID_PREFIX, caseInsensitiveDirectives, mBaseIRI, mColumnNumber, mContext, mLineNumber, mNamespaces, mObject, mPredicate, mSubject -
Constructor Summary
ConstructorsConstructorDescriptionTurtleParserContext(Reader theReader, RDFHandler theHandler, Options theOptions) -
Method Summary
Methods inherited from class com.stardog.stark.io.IOParserContext
datatypeBuffer, langBuffer, peekCodePoint, readCodePoint, resetSB, trimSB, unread, unread, verifyCharacterOrFail, verifyCharacterOrFail, verifyCharacterOrFailMethods inherited from class com.stardog.stark.io.ParserContext
createBNode, createBNode, createLiteral, currentStatement, end, error, error, getRandomBnodeIdPrefix, handle, is, namespace, namespace, reportStatement, resetStatement, resolveURI, start
-
Constructor Details
-
TurtleParserContext
public TurtleParserContext(@Nonnull Reader theReader, @Nonnull RDFHandler theHandler, @Nonnull Options theOptions)
-