public class HeadLinkExtractor extends Object implements Extractor.TagSoupDOMExtractor
Extractor.TagSoupDOMExtractor
implementation
retrieves the LINK
s declared within the HTML/HEAD
page header.Extractor.BlindExtractor, Extractor.ContentExtractor, Extractor.TagSoupDOMExtractor
Constructor and Description |
---|
HeadLinkExtractor() |
Modifier and Type | Method and Description |
---|---|
ExtractorDescription |
getDescription() |
void |
run(ExtractionParameters extractionParameters,
ExtractionContext extractionContext,
Document in,
ExtractionResult out) |
public void run(ExtractionParameters extractionParameters, ExtractionContext extractionContext, Document in, ExtractionResult out) throws IOException, ExtractionException
run
in interface Extractor<Document>
IOException
ExtractionException
public ExtractorDescription getDescription()
getDescription
in interface Extractor<Document>
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.