C# Class LayoutFarm.WebDom.Impl.HtmlElement

Inheritance: DomElement, IHtmlElement
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Property Type Description
IHtmlElement void
IHtmlElement void
IHtmlElement void
IHtmlElement void
IHtmlElement void
IHtmlElement void

Public Methods

Method Description
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

Protected Methods

Method Description
OnContentUpdate ( ) : void
OnElementChanged ( ) : void
OnElementChangedInIdleState ( ElementChangeKind changeKind ) : void

Private Methods

Method Description
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

Method Details

GetGlobalLocation() public method

public GetGlobalLocation ( int &x, int &y ) : void
x int
y int
return void

GetInnerHtml() public method

public GetInnerHtml ( ) : string
return string

HtmlElement() public method

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

InvokeNotifyChangeOnIdleState() public static method

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

OnContentUpdate() protected method

protected OnContentUpdate ( ) : void
return void

OnElementChanged() protected method

protected OnElementChanged ( ) : void
return void

OnElementChangedInIdleState() protected method

protected OnElementChangedInIdleState ( ElementChangeKind changeKind ) : void
changeKind ElementChangeKind
return void

SetInnerHtml() public method

public SetInnerHtml ( string innerHtml ) : void
innerHtml string
return void

SetLocation() public method

public SetLocation ( int x, int y ) : void
x int
y int
return void

TryGetAttribute() public method

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

TryGetAttribute() public method

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

WriteNode() public method

public WriteNode ( DomTextWriter writer ) : void
writer DomTextWriter
return void