public interface IHTMLHandler extends IDiscoveredLinkHandler, IMetaTagHandler
Modifier and Type | Method and Description |
---|---|
void |
finishUp()
Done with the document.
|
void |
noteAHREF(String rawURL)
Note discovered href
|
void |
noteFormEnd()
Note the end of a form
|
void |
noteFormInput(Map inputAttributes)
Note an input tag
|
void |
noteFormStart(Map formAttributes)
Note the start of a form
|
void |
noteFRAMESRC(String rawURL)
Note discovered FRAME SRC
|
void |
noteIMGSRC(String rawURL)
Note discovered IMG SRC
|
void |
noteLINKHREF(String rawURL)
Note discovered href
|
void |
noteTextCharacter(char textCharacter)
Note a character of text.
|
noteDiscoveredLink
noteMetaTag
void noteFormStart(Map formAttributes) throws ManifoldCFException
ManifoldCFException
void noteFormInput(Map inputAttributes) throws ManifoldCFException
ManifoldCFException
void noteFormEnd() throws ManifoldCFException
ManifoldCFException
void noteAHREF(String rawURL) throws ManifoldCFException
ManifoldCFException
void noteLINKHREF(String rawURL) throws ManifoldCFException
ManifoldCFException
void noteIMGSRC(String rawURL) throws ManifoldCFException
ManifoldCFException
void noteFRAMESRC(String rawURL) throws ManifoldCFException
ManifoldCFException
void noteTextCharacter(char textCharacter) throws ManifoldCFException
ManifoldCFException
void finishUp() throws ManifoldCFException
ManifoldCFException