C# 클래스 Skybound.Gecko.GeckoComment

Represents a DOM Comment
상속: GeckoNode
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Create ( nsIDOMComment comment ) : GeckoComment
GeckoComment ( nsIDOMComment comment ) : System

메소드 상세

AppendData() 공개 메소드

public AppendData ( string arg ) : void
arg string
리턴 void

DeleteData() 공개 메소드

public DeleteData ( uint offset, uint count ) : void
offset uint
count uint
리턴 void

GetData() 공개 메소드

public GetData ( ) : string
리턴 string

GetLength() 공개 메소드

public GetLength ( ) : uint
리턴 uint

InsertData() 공개 메소드

public InsertData ( uint offset, string arg ) : void
offset uint
arg string
리턴 void

ReplaceData() 공개 메소드

public ReplaceData ( uint offset, uint count, string arg ) : void
offset uint
count uint
arg string
리턴 void

SetData() 공개 메소드

public SetData ( string data ) : void
data string
리턴 void

SubstringData() 공개 메소드

public SubstringData ( uint offset, uint count ) : string
offset uint
count uint
리턴 string