Class TriXExtractor

    • Constructor Detail

      • TriXExtractor

        public TriXExtractor​(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.
      • TriXExtractor

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