Package org.apache.any23.extractor.rdfa
Class RDFa11ExtractorFactory
- java.lang.Object
-
- org.apache.any23.extractor.SimpleExtractorFactory<RDFa11Extractor>
-
- org.apache.any23.extractor.rdfa.RDFa11ExtractorFactory
-
- All Implemented Interfaces:
ExtractorDescription
,ExtractorFactory<RDFa11Extractor>
public class RDFa11ExtractorFactory extends SimpleExtractorFactory<RDFa11Extractor> implements ExtractorFactory<RDFa11Extractor>
- Author:
- Peter Ansell p_ansell@yahoo.com
-
-
Constructor Summary
Constructors Constructor Description RDFa11ExtractorFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RDFa11Extractor
createExtractor()
Creates an extractor instance.static ExtractorDescription
getDescriptionInstance()
-
Methods inherited from class org.apache.any23.extractor.SimpleExtractorFactory
getExampleInput, getExtractorLabel, getExtractorName, getPrefixes, getSupportedMIMETypes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.any23.extractor.ExtractorDescription
getExtractorLabel, getExtractorName, getPrefixes
-
Methods inherited from interface org.apache.any23.extractor.ExtractorFactory
getExampleInput, getSupportedMIMETypes
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
PREFIXES
public static final Prefixes PREFIXES
-
-
Method Detail
-
createExtractor
public RDFa11Extractor createExtractor()
Description copied from interface:ExtractorFactory
Creates an extractor instance.- Specified by:
createExtractor
in interfaceExtractorFactory<RDFa11Extractor>
- Returns:
- an instance of the extractor associated to this factory.
-
getDescriptionInstance
public static ExtractorDescription getDescriptionInstance()
-
-