Java org.w3c.dom.ranges Range fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.ranges Range fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.ranges Range.

The text is from its open source code.

Implementation

org.w3c.dom.ranges.Range has the following implementations.
Click this link to see all its implementation.

Method

DocumentFragmentcloneContents()
Duplicates the contents of a Range
RangecloneRange()
Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
voiddeleteContents()
Removes the contents of a Range from the containing document or document fragment without returning a reference to the removed content.
voiddetach()
Called to indicate that the Range is no longer in use and that the implementation may relinquish any resources associated with this Range.
NodegetEndContainer()
Node within which the Range ends
intgetEndOffset()
Offset within the ending node of the Range.
NodegetStartContainer()
Node within which the Range begins
intgetStartOffset()
Offset within the starting node of the Range.
voidsetEndAfter(Node refNode)
Sets the end of a Range to be after a node
voidsetStartBefore(Node refNode)
Sets the start position to be before a node