C# Class Skybound.Gecko.GeckoRange

Identifies a range of content in a document.
Inheritance: ICloneable
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
CloneContents ( ) : GeckoNode
CloneRange ( ) : GeckoRange
Collapse ( bool toStart ) : void
CompareBoundaryPoints ( ushort how, GeckoRange sourceRange ) : short
DeleteContents ( ) : void
Detach ( ) : void
ExtractContents ( ) : GeckoNode
InsertNode ( GeckoNode newNode ) : void
IsPointInRange ( GeckoNode node, int offset ) : bool
SelectNode ( GeckoNode node ) : void
SelectNodeContents ( GeckoNode node ) : void
SetEnd ( GeckoNode node, int offset ) : void
SetEndAfter ( GeckoNode node ) : void
SetEndBefore ( GeckoNode node ) : void
SetStart ( GeckoNode node, int offset ) : void
SetStartAfter ( GeckoNode node ) : void
SetStartBefore ( GeckoNode node ) : void
SurroundContents ( GeckoNode newParent ) : void
ToString ( ) : string

Private Methods

Méthode Description
GeckoRange ( nsIDOMRange range ) : System

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CloneContents() public méthode

public CloneContents ( ) : GeckoNode
Résultat GeckoNode

CloneRange() public méthode

public CloneRange ( ) : GeckoRange
Résultat GeckoRange

Collapse() public méthode

public Collapse ( bool toStart ) : void
toStart bool
Résultat void

CompareBoundaryPoints() public méthode

public CompareBoundaryPoints ( ushort how, GeckoRange sourceRange ) : short
how ushort
sourceRange GeckoRange
Résultat short

DeleteContents() public méthode

public DeleteContents ( ) : void
Résultat void

Detach() public méthode

public Detach ( ) : void
Résultat void

ExtractContents() public méthode

public ExtractContents ( ) : GeckoNode
Résultat GeckoNode

InsertNode() public méthode

public InsertNode ( GeckoNode newNode ) : void
newNode GeckoNode
Résultat void

IsPointInRange() public méthode

public IsPointInRange ( GeckoNode node, int offset ) : bool
node GeckoNode
offset int
Résultat bool

SelectNode() public méthode

public SelectNode ( GeckoNode node ) : void
node GeckoNode
Résultat void

SelectNodeContents() public méthode

public SelectNodeContents ( GeckoNode node ) : void
node GeckoNode
Résultat void

SetEnd() public méthode

public SetEnd ( GeckoNode node, int offset ) : void
node GeckoNode
offset int
Résultat void

SetEndAfter() public méthode

public SetEndAfter ( GeckoNode node ) : void
node GeckoNode
Résultat void

SetEndBefore() public méthode

public SetEndBefore ( GeckoNode node ) : void
node GeckoNode
Résultat void

SetStart() public méthode

public SetStart ( GeckoNode node, int offset ) : void
node GeckoNode
offset int
Résultat void

SetStartAfter() public méthode

public SetStartAfter ( GeckoNode node ) : void
node GeckoNode
Résultat void

SetStartBefore() public méthode

public SetStartBefore ( GeckoNode node ) : void
node GeckoNode
Résultat void

SurroundContents() public méthode

public SurroundContents ( GeckoNode newParent ) : void
newParent GeckoNode
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string