Package concurrent_tree_crawler :: Package html_multipage_navigator :: Module abstract_page_analyzer :: Class PageLinks
[hide private]
[frames] | no frames]

Class PageLinks

source code

Instance Methods [hide private]
 
__init__(self, children, next_page_link) source code
Instance Variables [hide private]
  children
A list of (name of child, child link) pairs.
  next_page_link
Link to the next page corresponding to the same node.
Method Details [hide private]

__init__(self, children, next_page_link)
(Constructor)

source code 
Parameters:
  • children - list of (name of child, link to the child) pairs.
  • next_page_link - link to the next page corresponding to the same node.

Instance Variable Details [hide private]

next_page_link

Link to the next page corresponding to the same node. None, if there is no such link on the page.