Package org.apache.any23.extractor.xpath
Class XPathExtractorFactory
- java.lang.Object
 - 
- org.apache.any23.extractor.SimpleExtractorFactory<XPathExtractor>
 - 
- org.apache.any23.extractor.xpath.XPathExtractorFactory
 
 
 
- 
- All Implemented Interfaces:
 ExtractorDescription,ExtractorFactory<XPathExtractor>
public class XPathExtractorFactory extends SimpleExtractorFactory<XPathExtractor> implements ExtractorFactory<XPathExtractor>
- Author:
 - Peter Ansell p_ansell@yahoo.com
 
 
- 
- 
Constructor Summary
Constructors Constructor Description XPathExtractorFactory() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XPathExtractorcreateExtractor()Creates an extractor instance.static ExtractorDescriptiongetDescriptionInstance()- 
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 XPathExtractor createExtractor()
Description copied from interface:ExtractorFactoryCreates an extractor instance.- Specified by:
 createExtractorin interfaceExtractorFactory<XPathExtractor>- Returns:
 - an instance of the extractor associated to this factory.
 
 
- 
getDescriptionInstance
public static ExtractorDescription getDescriptionInstance()
 
 - 
 
 -