C# Class Skybound.Gecko.GeckoComment

Represents a DOM Comment
Inheritance: GeckoNode
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode Description
AppendData ( string arg ) : void
DeleteData ( uint offset, uint count ) : void
GetData ( ) : string
GetLength ( ) : uint
InsertData ( uint offset, string arg ) : void
ReplaceData ( uint offset, uint count, string arg ) : void
SetData ( string data ) : void
SubstringData ( uint offset, uint count ) : string

Private Methods

Méthode Description
Create ( nsIDOMComment comment ) : GeckoComment
GeckoComment ( nsIDOMComment comment ) : System

Method Details

AppendData() public méthode

public AppendData ( string arg ) : void
arg string
Résultat void

DeleteData() public méthode

public DeleteData ( uint offset, uint count ) : void
offset uint
count uint
Résultat void

GetData() public méthode

public GetData ( ) : string
Résultat string

GetLength() public méthode

public GetLength ( ) : uint
Résultat uint

InsertData() public méthode

public InsertData ( uint offset, string arg ) : void
offset uint
arg string
Résultat void

ReplaceData() public méthode

public ReplaceData ( uint offset, uint count, string arg ) : void
offset uint
count uint
arg string
Résultat void

SetData() public méthode

public SetData ( string data ) : void
data string
Résultat void

SubstringData() public méthode

public SubstringData ( uint offset, uint count ) : string
offset uint
count uint
Résultat string