January 2014
Beginner
130 pages
2h 37m
English
The following commands will help you to navigate down the tree:
tag.name: This navigates to the child using the nametag.contents: This lists the childrentag.children: This is a generator for childrentag.descendants: This is a generator for descendantstag.string: This navigates to a string using .stringtag.strings: This is a generator for stringsThe following commands will help you to navigate up the tree:
tag.parent: This navigates to the parenttag.parents: This is a generator for parentsThe following commands will help you to navigate sideways:
tag.next_sibling: This navigates to the next siblingtag.next_siblings: This is a generator for next siblingstag.previous_sibling: This navigates to the previous siblingtag.previous_siblings ...Read now
Unlock full access