Class BaseRDFExtractor

    • Constructor Detail

      • BaseRDFExtractor

        public BaseRDFExtractor()
      • BaseRDFExtractor

        public BaseRDFExtractor​(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.
    • Method Detail

      • isVerifyDataType

        public boolean isVerifyDataType()
      • setVerifyDataType

        public void setVerifyDataType​(boolean verifyDataType)
      • isStopAtFirstError

        public boolean isStopAtFirstError()
      • setStopAtFirstError

        public void setStopAtFirstError​(boolean b)
        Description copied from interface: Extractor.ContentExtractor
        If true, the extractor will stop at first parsing error, iffalse the extractor will attempt to ignore all parsing errors.
        Specified by:
        setStopAtFirstError in interface Extractor.ContentExtractor
        Parameters:
        b - tolerance flag.