This project has retired. For details please refer to its
Attic page .
Extractor.ContentExtractor (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)
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.
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.
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.