-
Interfaces Interface Description org.apache.any23.plugin.ExtractorPlugin ExtractorFactory now supports META-INF/services discovery via theServiceLoader, deprecating this class. Instead implement a subinterface ofExtractorand ensure that your plugin is in compliance with the META-INF/services mechanism.
-
Classes Class Description org.apache.any23.extractor.rdfa.RDFa11Parser since 2.3 theRioimplementations are used to parse RDFa. Look atRDFParserFactory.getRDFa10Parser(boolean, boolean, org.apache.any23.extractor.ExtractionContext, org.apache.any23.extractor.ExtractionResult)andRDFParserFactory.getRDFa11Parser(boolean, boolean, org.apache.any23.extractor.ExtractionContext, org.apache.any23.extractor.ExtractionResult).org.apache.any23.util.LogUtils since 2.3. JUL is no longer used in this project.org.apache.any23.writer.JSONWriter since 2.3. UseJSONLDWriterinstead.org.apache.any23.writer.JSONWriterFactory since 2.3. UseJSONLDWriterFactoryinstead.
-
Exceptions Exceptions Description org.apache.any23.extractor.rdfa.RDFa11ParserException since 2.3 theRioimplementations are used to parse RDFa.
-
Constructors Constructor Description org.apache.any23.extractor.rdf.JSONLDExtractor(boolean, boolean) since 2.4. This extractor has never supported these settings. UseJSONLDExtractor()instead.org.apache.any23.extractor.rdfa.RDFa11Extractor(boolean, boolean) since 2.4. This extractor has never supported these settings. UseRDFa11Extractor()instead.org.apache.any23.extractor.rdfa.RDFaExtractor(boolean, boolean) since 2.4. This extractor has never supported these settings. UseRDFaExtractor()instead.