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.

Constructors

Link copied to clipboard
constructor(elements: List<Content.Element> = emptyList(), startIndex: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard