Package org.apache.any23.extractor
Interface Extractor.ContentExtractor
-
- All Superinterfaces:
Extractor<InputStream>
- All Known Implementing Classes:
BaseRDFExtractor
,CSVExtractor
,FunctionalSyntaxExtractor
,ICalExtractor
,JCalExtractor
,JSONLDExtractor
,ManchesterSyntaxExtractor
,NQuadsExtractor
,NTriplesExtractor
,RDFa11Extractor
,RDFaExtractor
,RDFXMLExtractor
,TriXExtractor
,TurtleExtractor
,XCalExtractor
,YAMLExtractor
public static interface Extractor.ContentExtractor extends Extractor<InputStream>
This interface specializes anExtractor
able to handleInputStream
as input format.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.any23.extractor.Extractor
Extractor.BlindExtractor, Extractor.ContentExtractor, Extractor.TagSoupDOMExtractor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setStopAtFirstError(boolean f)
Iftrue
, the extractor will stop at first parsing error, iffalse
the extractor will attempt to ignore all parsing errors.-
Methods inherited from interface org.apache.any23.extractor.Extractor
getDescription, run
-
-