Table of Contents

Interface IRange

Namespace
Org.W3c.Dom.Ranges
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IRange

Properties

Collapsed

bool Collapsed { get; }

Property Value

bool

CommonAncestorContainer

Node CommonAncestorContainer { get; }

Property Value

Node

EndContainer

Node EndContainer { get; }

Property Value

Node

EndOffset

int EndOffset { get; }

Property Value

int

StartContainer

Node StartContainer { get; }

Property Value

Node

StartOffset

int StartOffset { get; }

Property Value

int

Methods

CloneContents()

DocumentFragment CloneContents()

Returns

DocumentFragment

DocumentFragment

Exceptions

DOMException

CloneRange()

Range CloneRange()

Returns

Range

Range

Exceptions

DOMException

Collapse(bool)

void Collapse(bool arg0)

Parameters

arg0 bool

bool

Exceptions

DOMException

CompareBoundaryPoints(short, Range)

short CompareBoundaryPoints(short arg0, Range arg1)

Parameters

arg0 short

short

arg1 Range

Range

Returns

short

short

Exceptions

DOMException

DeleteContents()

void DeleteContents()

Exceptions

DOMException

Detach()

void Detach()

Exceptions

DOMException

ExtractContents()

DocumentFragment ExtractContents()

Returns

DocumentFragment

DocumentFragment

Exceptions

DOMException

InsertNode(Node)

void InsertNode(Node arg0)

Parameters

arg0 Node

Node

Exceptions

DOMException
RangeException

SelectNode(Node)

void SelectNode(Node arg0)

Parameters

arg0 Node

Node

Exceptions

RangeException
DOMException

SelectNodeContents(Node)

void SelectNodeContents(Node arg0)

Parameters

arg0 Node

Node

Exceptions

RangeException
DOMException

SetEnd(Node, int)

void SetEnd(Node arg0, int arg1)

Parameters

arg0 Node

Node

arg1 int

int

Exceptions

RangeException
DOMException

SetEndAfter(Node)

void SetEndAfter(Node arg0)

Parameters

arg0 Node

Node

Exceptions

RangeException
DOMException

SetEndBefore(Node)

void SetEndBefore(Node arg0)

Parameters

arg0 Node

Node

Exceptions

RangeException
DOMException

SetStart(Node, int)

void SetStart(Node arg0, int arg1)

Parameters

arg0 Node

Node

arg1 int

int

Exceptions

RangeException
DOMException

SetStartAfter(Node)

void SetStartAfter(Node arg0)

Parameters

arg0 Node

Node

Exceptions

RangeException
DOMException

SetStartBefore(Node)

void SetStartBefore(Node arg0)

Parameters

arg0 Node

Node

Exceptions

RangeException
DOMException

SurroundContents(Node)

void SurroundContents(Node arg0)

Parameters

arg0 Node

Node

Exceptions

DOMException
RangeException