C# 클래스 LayoutFarm.WebDom.Impl.HtmlElement

상속: DomElement, IHtmlElement
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IHtmlElement void
IHtmlElement void
IHtmlElement void
IHtmlElement void
IHtmlElement void
IHtmlElement void

공개 메소드들

메소드 설명
GetGlobalLocation ( int &x, int &y ) : void
GetInnerHtml ( ) : string
HtmlElement ( HtmlDocument owner, int prefix, int localNameIndex ) : System.Text
InvokeNotifyChangeOnIdleState ( HtmlElement elem, ElementChangeKind changeKind ) : void
SetInnerHtml ( string innerHtml ) : void
SetLocation ( int x, int y ) : void
TryGetAttribute ( WellknownName wellknownHtmlName, DomAttribute &result ) : bool
TryGetAttribute ( WellknownName wellknownHtmlName, string &value ) : bool
WriteNode ( DomTextWriter writer ) : void

보호된 메소드들

메소드 설명
OnContentUpdate ( ) : void
OnElementChanged ( ) : void
OnElementChangedInIdleState ( ElementChangeKind changeKind ) : void

비공개 메소드들

메소드 설명
IHtmlElement ( ) : void
IHtmlElement ( DomNode domNode ) : void
IHtmlElement ( INode childNode ) : void
IHtmlElement ( int &x, int &y ) : void
IHtmlElement ( string eventName, HtmlEventHandler handler ) : void
IHtmlElement ( string attrName, string value ) : void

메소드 상세

GetGlobalLocation() 공개 메소드

public GetGlobalLocation ( int &x, int &y ) : void
x int
y int
리턴 void

GetInnerHtml() 공개 메소드

public GetInnerHtml ( ) : string
리턴 string

HtmlElement() 공개 메소드

public HtmlElement ( HtmlDocument owner, int prefix, int localNameIndex ) : System.Text
owner HtmlDocument
prefix int
localNameIndex int
리턴 System.Text

InvokeNotifyChangeOnIdleState() 공개 정적인 메소드

public static InvokeNotifyChangeOnIdleState ( HtmlElement elem, ElementChangeKind changeKind ) : void
elem HtmlElement
changeKind ElementChangeKind
리턴 void

OnContentUpdate() 보호된 메소드

protected OnContentUpdate ( ) : void
리턴 void

OnElementChanged() 보호된 메소드

protected OnElementChanged ( ) : void
리턴 void

OnElementChangedInIdleState() 보호된 메소드

protected OnElementChangedInIdleState ( ElementChangeKind changeKind ) : void
changeKind ElementChangeKind
리턴 void

SetInnerHtml() 공개 메소드

public SetInnerHtml ( string innerHtml ) : void
innerHtml string
리턴 void

SetLocation() 공개 메소드

public SetLocation ( int x, int y ) : void
x int
y int
리턴 void

TryGetAttribute() 공개 메소드

public TryGetAttribute ( WellknownName wellknownHtmlName, DomAttribute &result ) : bool
wellknownHtmlName WellknownName
result DomAttribute
리턴 bool

TryGetAttribute() 공개 메소드

public TryGetAttribute ( WellknownName wellknownHtmlName, string &value ) : bool
wellknownHtmlName WellknownName
value string
리턴 bool

WriteNode() 공개 메소드

public WriteNode ( DomTextWriter writer ) : void
writer DomTextWriter
리턴 void