Class TurtleParserContext

All Implemented Interfaces:
RDFHandler

public class TurtleParserContext extends IOParserContext
A small extension of IOParserContext to maintain the state related to edge property parsing.
Since:
7.1.3
Author:
Pavel Klinov
  • Constructor Details

    • TurtleParserContext

      public TurtleParserContext(@Nonnull Reader theReader, @Nonnull RDFHandler theHandler, @Nonnull Options theOptions)