Method | 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 |
Method | Description | |
---|---|---|
Create ( nsIDOMComment comment ) : |
||
GeckoComment ( nsIDOMComment comment ) : System |
public DeleteData ( uint offset, uint count ) : void | ||
offset | uint | |
count | uint | |
return | void |
public InsertData ( uint offset, string arg ) : void | ||
offset | uint | |
arg | string | |
return | void |
public ReplaceData ( uint offset, uint count, string arg ) : void | ||
offset | uint | |
count | uint | |
arg | string | |
return | void |
public SubstringData ( uint offset, uint count ) : string | ||
offset | uint | |
count | uint | |
return | string |