C# 클래스 SciterSharp.SciterNode

파일 보기 프로젝트 열기: MISoftware/SciterSharp

공개 메소드들

메소드 설명
GetChild ( uint idx ) : SciterNode
MakeCommentNode ( string text ) : SciterNode
MakeTextNode ( string text ) : SciterNode
SciterNode ( IntPtr hn ) : System
ToElement ( ) : SciterElement
this ( uint idx ) : SciterNode

메소드 상세

GetChild() 공개 메소드

public GetChild ( uint idx ) : SciterNode
idx uint
리턴 SciterNode

MakeCommentNode() 공개 정적인 메소드

public static MakeCommentNode ( string text ) : SciterNode
text string
리턴 SciterNode

MakeTextNode() 공개 정적인 메소드

public static MakeTextNode ( string text ) : SciterNode
text string
리턴 SciterNode

SciterNode() 공개 메소드

public SciterNode ( IntPtr hn ) : System
hn System.IntPtr
리턴 System

ToElement() 공개 메소드

public ToElement ( ) : SciterElement
리턴 SciterElement

this() 공개 메소드

public this ( uint idx ) : SciterNode
idx uint
리턴 SciterNode