Class SPARQLXMLParserOptions


  • public final class SPARQLXMLParserOptions
    extends java.lang.Object

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Option<java.lang.Boolean> FAIL_ON_SAX_NON_FATAL_ERRORS
      Parser setting to determine whether to ignore non-fatal errors that come from SAX parsers.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FAIL_ON_SAX_NON_FATAL_ERRORS

        public static final Option<java.lang.Boolean> FAIL_ON_SAX_NON_FATAL_ERRORS
        Parser setting to determine whether to ignore non-fatal errors that come from SAX parsers.

        Defaults to true

    • Constructor Detail

      • SPARQLXMLParserOptions

        public SPARQLXMLParserOptions()
        No instances