HtmlRange Objects

class HtmlRange(BaseDTO)

A class representing a section of HTML with a start and end node.

Attributes:

  • start HtmlNode - The starting node of the range.
  • end HtmlNode - The ending node of the range.