Parses the given page into a list of nodes.
page
A Node is a tree structure that represents the content of a page, similar to HTML.
Node
List<Node> parsePage(Page page);