Package org.apache.any23.extractor.rdf
Class RDFXMLExtractorFactory
- java.lang.Object
- 
- org.apache.any23.extractor.SimpleExtractorFactory<RDFXMLExtractor>
- 
- org.apache.any23.extractor.rdf.RDFXMLExtractorFactory
 
 
- 
- All Implemented Interfaces:
- ExtractorDescription,- ExtractorFactory<RDFXMLExtractor>
 
 public class RDFXMLExtractorFactory extends SimpleExtractorFactory<RDFXMLExtractor> implements ExtractorFactory<RDFXMLExtractor> - Author:
- Peter Ansell p_ansell@yahoo.com
 
- 
- 
Constructor SummaryConstructors Constructor Description RDFXMLExtractorFactory()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RDFXMLExtractorcreateExtractor()Creates an extractor instance.static ExtractorDescriptiongetDescriptionInstance()- 
Methods inherited from class org.apache.any23.extractor.SimpleExtractorFactorygetExampleInput, getExtractorLabel, getExtractorName, getPrefixes, getSupportedMIMETypes
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.any23.extractor.ExtractorDescriptiongetExtractorLabel, getExtractorName, getPrefixes
 - 
Methods inherited from interface org.apache.any23.extractor.ExtractorFactorygetExampleInput, getSupportedMIMETypes
 
- 
 
- 
- 
- 
Field Detail- 
NAMEpublic static final String NAME - See Also:
- Constant Field Values
 
 - 
PREFIXESpublic static final Prefixes PREFIXES 
 
- 
 - 
Method Detail- 
createExtractorpublic RDFXMLExtractor createExtractor() Description copied from interface:ExtractorFactoryCreates an extractor instance.- Specified by:
- createExtractorin interface- ExtractorFactory<RDFXMLExtractor>
- Returns:
- an instance of the extractor associated to this factory.
 
 - 
getDescriptionInstancepublic static ExtractorDescription getDescriptionInstance() 
 
- 
 
-