Interface IMetaTagHandler
-
- All Known Subinterfaces:
IHTMLHandler
- All Known Implementing Classes:
FindContentHandler,FindHTMLFormHandler,FindHTMLHrefHandler,WebcrawlerConnector.ProcessActivityHTMLHandler
public interface IMetaTagHandlerThis interface describes the functionality needed by a parser to handle metadata tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnoteMetaTag(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.ManifoldCFExceptionInform the world of a discovered metadata tag.- Parameters:
tagAttributes- are the attributes that belong to the tag.- Throws:
org.apache.manifoldcf.core.interfaces.ManifoldCFException
-
-