ParsedElements
data class ParsedElements(val elements: List<Content.Element> = emptyList(), val startIndex: Int = 0)
Holds the result of parsing the HTML resource into a list of Content.Element.
The startIndex will be calculated from the element matched by the base locator, if possible. Defaults to 0.