Class TurtleExtractor

    • Constructor Detail

      • TurtleExtractor

        public TurtleExtractor​(boolean verifyDataType,
                               boolean stopAtFirstError)
        Constructor, allows to specify the validation and error handling policies.
        Parameters:
        verifyDataType - if true the data types will be verified, if false will be ignored.
        stopAtFirstError - if true the parser will stop at first parsing error, if false will ignore non blocking errors.
      • TurtleExtractor

        public TurtleExtractor()
        Default constructor, with no verification of data types and no stop at first error.