org.apache.manifoldcf.crawler.connectors.webcrawler
Interface IMetaTagHandler

All Known Subinterfaces:
IHTMLHandler
All Known Implementing Classes:
WebcrawlerConnector.FindHTMLFormHandler, WebcrawlerConnector.FindHTMLHrefHandler, WebcrawlerConnector.ProcessActivityHTMLHandler

public interface IMetaTagHandler

This interface describes the functionality needed by a parser to handle metadata tags.


Method Summary
 void noteMetaTag(java.util.Map tagAttributes)
          Inform the world of a discovered metadata tag.
 

Method Detail

noteMetaTag

void noteMetaTag(java.util.Map tagAttributes)
                 throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
Inform the world of a discovered metadata tag.

Parameters:
tagAttributes - are the attributes that belong to the tag.
Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException