|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RobotHtmlNode | |
|---|---|
| scone.examples.rueckspiegel | The Rückspiegel shows incoming links as thumbnails and demonstrates how to program the robot of scone. |
| scone.robot | This package provides a configurable high-performance web-robot. |
| Uses of RobotHtmlNode in scone.examples.rueckspiegel |
|---|
| Methods in scone.examples.rueckspiegel with parameters of type RobotHtmlNode | |
|---|---|
void |
RueckspiegelPlugin.robotNewPage(RobotHtmlNode robotHtmlNode,
RobotTask robotTask)
The robot calls this method for every new document If it's not the Google result page the new thumbnail is added to the drawingArea. |
| Uses of RobotHtmlNode in scone.robot |
|---|
| Methods in scone.robot that return RobotHtmlNode | |
|---|---|
RobotHtmlNode |
RobotTask.getResultNode(SimpleUri uri)
Get the result node with the URI equal to the parameter uri |
| Methods in scone.robot with parameters of type RobotHtmlNode | |
|---|---|
void |
RobotTask.addResultNode(RobotHtmlNode robotHtmlNode)
Adds an element to the result set |
void |
PageClassifier.classify(RobotHtmlNode robotHtmlNode,
QueueEntry qe)
When a page is loaded the classify method is called. |
void |
LinkClassifier.classify(RobotLink robotLink,
RobotHtmlNode robotHtmlNode,
QueueEntry qe)
When a page is loaded the classify method is called for each link of the page. |
boolean |
PageFilter.filter(RobotHtmlNode robotHtmlNode,
QueueEntry qe)
When a page is loaded the filter method is called for the page. |
boolean |
LinkFilter.filter(RobotLink robotLink,
RobotHtmlNode robotHtmlNode,
QueueEntry qe)
When a page is loaded the filter method is called for each link of the page. |
void |
RobotUser.robotNewPage(RobotHtmlNode robotHtmlNode,
RobotTask robotTask)
This method is called for every processed htmlNode |
void |
RobotTestPlugin.robotNewPage(RobotHtmlNode robotHtmlNode,
RobotTask robotTask)
The robot found a new document |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||