Package-level declarations

Types

Link copied to clipboard
open class AbstractRange

The AbstractRange abstract interface is the base class upon which all DOM range types are defined.

Link copied to clipboard
open class Range : AbstractRange

The Range interface represents a fragment of a document that can contain nodes and parts of text nodes.

Link copied to clipboard

The DOM StaticRange interface extends AbstractRange to provide a method to specify a range of content in the DOM whose contents don't update to reflect changes which occur within the DOM tree.

Link copied to clipboard
interface StaticRangeInit