public class HListingExtractor extends EntityBasedMicroformatExtractor
Extractor.BlindExtractor, Extractor.ContentExtractor, Extractor.TagSoupDOMExtractorBEGIN_SCRIPT, END_SCRIPT, valueFactory| Constructor and Description |
|---|
HListingExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
extractEntity(Node node,
ExtractionResult out)
Extracts an entity from a DOM node.
|
protected String |
getBaseClassName()
Returns the base class name for the extractor.
|
ExtractorDescription |
getDescription()
Returns the description of this extractor.
|
protected void |
resetExtractor()
Resets the internal status of the extractor to prepare it to a new extraction section.
|
extract, getBlankNodeForaddBNodeProperty, addBNodeProperty, addURIProperty, conditionallyAddLiteralProperty, conditionallyAddResourceProperty, conditionallyAddStringProperty, fixLink, fixLink, getCurrentExtractionResult, getDocumentURI, getExtractionContext, getHTMLDocument, includes, openSubResult, runpublic ExtractorDescription getDescription()
MicroformatExtractorgetDescription in interface Extractor<Document>getDescription in class MicroformatExtractorprotected String getBaseClassName()
EntityBasedMicroformatExtractorgetBaseClassName in class EntityBasedMicroformatExtractorprotected void resetExtractor()
EntityBasedMicroformatExtractorresetExtractor in class EntityBasedMicroformatExtractorprotected boolean extractEntity(Node node, ExtractionResult out) throws ExtractionException
EntityBasedMicroformatExtractorextractEntity in class EntityBasedMicroformatExtractornode - the DOM node.out - the extraction result collector.true if the extraction has produces something, false otherwise.ExtractionExceptionCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.