parsePage abstract method

List<Node> parsePage(
  1. Page page
)

Parses the given page into a list of nodes.

A Node is a tree structure that represents the content of a page, similar to HTML.

Implementation

List<Node> parsePage(Page page);