Class NTriplesParserSettings


  • public class NTriplesParserSettings
    extends java.lang.Object
    ParserSettings for the N-Triples parser features.

    Several of these settings can be overridden by means of a system property, but only if specified at JVM startup time.

    Since:
    4.3.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static RioSetting<java.lang.Boolean> FAIL_ON_INVALID_LINES
      Boolean setting for parser to determine whether syntactically invalid lines in N-Triples and N-Quads documents generate a parse error.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NTriplesParserSettings()
      Private constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FAIL_ON_INVALID_LINES

        public static final RioSetting<java.lang.Boolean> FAIL_ON_INVALID_LINES
        Boolean setting for parser to determine whether syntactically invalid lines in N-Triples and N-Quads documents generate a parse error.

        Defaults to true.

        Can be overridden by setting system property org.eclipse.rdf4j.rio.ntriples.fail_on_invalid_lines

    • Constructor Detail

      • NTriplesParserSettings

        private NTriplesParserSettings()
        Private constructor