public class NTriplesExtractor extends BaseRDFExtractor
Extractor.ContentExtractor
handling NTriples NTriples format.Extractor.BlindExtractor, Extractor.ContentExtractor, Extractor.TagSoupDOMExtractor| Modifier and Type | Field and Description |
|---|---|
static ExtractorFactory<NTriplesExtractor> |
factory |
| Constructor and Description |
|---|
NTriplesExtractor()
Default constructor, with no verification of data types and no stop at first error.
|
NTriplesExtractor(boolean verifyDataType,
boolean stopAtFirstError) |
| Modifier and Type | Method and Description |
|---|---|
ExtractorDescription |
getDescription()
Returns a
ExtractorDescription of this extractor. |
protected org.openrdf.rio.RDFParser |
getParser(ExtractionContext extractionContext,
ExtractionResult extractionResult) |
isStopAtFirstError, isVerifyDataType, run, setStopAtFirstError, setVerifyDataTypepublic static final ExtractorFactory<NTriplesExtractor> factory
public NTriplesExtractor(boolean verifyDataType,
boolean stopAtFirstError)
public NTriplesExtractor()
public ExtractorDescription getDescription()
ExtractorExtractorDescription of this extractor.getDescription in interface Extractor<InputStream>getDescription in class BaseRDFExtractorprotected org.openrdf.rio.RDFParser getParser(ExtractionContext extractionContext, ExtractionResult extractionResult)
getParser in class BaseRDFExtractorCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.