Package org.apache.any23.extractor
Interface Extractor.ContentExtractor
-
- All Superinterfaces:
Extractor<InputStream>
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
-
-