Class NQuadsParser

  • All Implemented Interfaces:
    RDFParser

    public final class NQuadsParser
    extends NTParser

    Default implementation of a parser for the RDF NQuads syntax

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    • Constructor Detail

      • NQuadsParser

        public NQuadsParser()
    • Method Detail

      • parse

        public void parse​(@Nonnull
                          IOParserContext theContext)
                   throws java.io.IOException
        Overrides:
        parse in class NTParser
        Throws:
        java.io.IOException
      • parseContext

        protected int parseContext​(@Nonnull
                                   IOParserContext theContext,
                                   int theChar)
                            throws java.io.IOException
        Throws:
        java.io.IOException