Uses of Class
scone.robot.RobotLink

Packages that use RobotLink
scone.robot This package provides a configurable high-performance web-robot. 
 

Uses of RobotLink in scone.robot
 

Methods in scone.robot with parameters of type RobotLink
 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 LinkFilter.filter(RobotLink robotLink, RobotHtmlNode robotHtmlNode, QueueEntry qe)
          When a page is loaded the filter method is called for each link of the page.