Uses of Interface
org.apache.manifoldcf.crawler.connectors.webcrawler.IHTMLHandler
-
-
Uses of IHTMLHandler in org.apache.manifoldcf.crawler.connectors.webcrawler
Classes in org.apache.manifoldcf.crawler.connectors.webcrawler that implement IHTMLHandler Modifier and Type Class Description classFindContentHandlerThis class is the handler for HTML content grepping during state transitionsclassFindHTMLFormHandlerThis class is the handler for HTML form parsing during state transitionsclassFindHTMLHrefHandlerThis class is the handler for HTML parsing during state transitionsprotected classWebcrawlerConnector.ProcessActivityHTMLHandlerClass that describes HTML handlingFields in org.apache.manifoldcf.crawler.connectors.webcrawler declared as IHTMLHandler Modifier and Type Field Description protected IHTMLHandlerLinkParseState. handlerMethods in org.apache.manifoldcf.crawler.connectors.webcrawler with parameters of type IHTMLHandler Modifier and Type Method Description protected voidWebcrawlerConnector. handleHTML(java.lang.String documentURI, IHTMLHandler handler)Handle document references from HTMLConstructors in org.apache.manifoldcf.crawler.connectors.webcrawler with parameters of type IHTMLHandler Constructor Description FormParseState(IHTMLHandler handler)LinkParseState(IHTMLHandler handler)
-