C# Class NHtmlUnit.Javascript.Host.Dom.Selection

Inheritance: NHtmlUnit.Javascript.SimpleScriptable
Show file Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
AddRange ( NHtmlUnit range ) : void
Collapse ( NHtmlUnit parentNode, int offset ) : void
CollapseToEnd ( ) : void
CollapseToStart ( ) : void
CreateRange ( ) : NHtmlUnit.Javascript.Host.Dom.TextRange
Empty ( ) : void
Extend ( NHtmlUnit parentNode, int offset ) : void
GetRangeAt ( int index ) : NHtmlUnit.Javascript.Host.Dom.Range
RemoveAllRanges ( ) : void
RemoveRange ( NHtmlUnit range ) : void
SelectAllChildren ( NHtmlUnit parentNode ) : void
Selection ( com wrappedObject ) : System

Private Methods

Method Description
Selection ( ) : System

Method Details

AddRange() public method

public AddRange ( NHtmlUnit range ) : void
range NHtmlUnit
return void

Collapse() public method

public Collapse ( NHtmlUnit parentNode, int offset ) : void
parentNode NHtmlUnit
offset int
return void

CollapseToEnd() public method

public CollapseToEnd ( ) : void
return void

CollapseToStart() public method

public CollapseToStart ( ) : void
return void

CreateRange() public method

public CreateRange ( ) : NHtmlUnit.Javascript.Host.Dom.TextRange
return NHtmlUnit.Javascript.Host.Dom.TextRange

Empty() public method

public Empty ( ) : void
return void

Extend() public method

public Extend ( NHtmlUnit parentNode, int offset ) : void
parentNode NHtmlUnit
offset int
return void

GetRangeAt() public method

public GetRangeAt ( int index ) : NHtmlUnit.Javascript.Host.Dom.Range
index int
return NHtmlUnit.Javascript.Host.Dom.Range

RemoveAllRanges() public method

public RemoveAllRanges ( ) : void
return void

RemoveRange() public method

public RemoveRange ( NHtmlUnit range ) : void
range NHtmlUnit
return void

SelectAllChildren() public method

public SelectAllChildren ( NHtmlUnit parentNode ) : void
parentNode NHtmlUnit
return void

Selection() public method

public Selection ( com wrappedObject ) : System
wrappedObject com
return System