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 Detail

      • TurtleParserContext

        public TurtleParserContext​(@Nonnull
                                   java.io.Reader theReader,
                                   @Nonnull
                                   RDFHandler theHandler,
                                   @Nonnull
                                   Options theOptions)