|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IHTMLHandler
This interface describes the functionality needed by an HTML processor in order to handle an HTML document.
| Method Summary | |
|---|---|
void |
noteAHREF(java.lang.String rawURL)
Note discovered href |
void |
noteFormEnd()
Note the end of a form |
void |
noteFormInput(java.util.Map inputAttributes)
Note an input tag |
void |
noteFormStart(java.util.Map formAttributes)
Note the start of a form |
void |
noteFRAMESRC(java.lang.String rawURL)
Note discovered FRAME SRC |
void |
noteIMGSRC(java.lang.String rawURL)
Note discovered IMG SRC |
void |
noteLINKHREF(java.lang.String rawURL)
Note discovered href |
| Methods inherited from interface org.apache.manifoldcf.crawler.connectors.webcrawler.IDiscoveredLinkHandler |
|---|
noteDiscoveredLink |
| Methods inherited from interface org.apache.manifoldcf.crawler.connectors.webcrawler.IMetaTagHandler |
|---|
noteMetaTag |
| Method Detail |
|---|
void noteFormStart(java.util.Map formAttributes)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException
void noteFormInput(java.util.Map inputAttributes)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException
void noteFormEnd()
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException
void noteAHREF(java.lang.String rawURL)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException
void noteLINKHREF(java.lang.String rawURL)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException
void noteIMGSRC(java.lang.String rawURL)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException
void noteFRAMESRC(java.lang.String rawURL)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||