org.apache.any23.extractor
Interface Extractor.ContentExtractor

All Superinterfaces:
Extractor<InputStream>
All Known Implementing Classes:
BaseRDFExtractor, CSVExtractor, NQuadsExtractor, NTriplesExtractor, RDFXMLExtractor, TriXExtractor, TurtleExtractor
Enclosing interface:
Extractor<Input>

public static interface Extractor.ContentExtractor
extends Extractor<InputStream>

This interface specializes an Extractor able to handle InputStream 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
 void setStopAtFirstError(boolean f)
          If true, 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
 

Method Detail

setStopAtFirstError

void setStopAtFirstError(boolean f)
If true, the extractor will stop at first parsing error, iffalse the extractor will attempt to ignore all parsing errors.

Parameters:
f - tolerance flag.


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.