C# Class LayoutFarm.WebDom.Impl.HtmlElement

Inheritance: DomElement, IHtmlElement
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Свойство Type Description
IHtmlElement void
IHtmlElement void
IHtmlElement void
IHtmlElement void
IHtmlElement void
IHtmlElement void

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnContentUpdate ( ) : void
OnElementChanged ( ) : void
OnElementChangedInIdleState ( ElementChangeKind changeKind ) : void

Private Methods

Méthode 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 méthode

public GetGlobalLocation ( int &x, int &y ) : void
x int
y int
Résultat void

GetInnerHtml() public méthode

public GetInnerHtml ( ) : string
Résultat string

HtmlElement() public méthode

public HtmlElement ( HtmlDocument owner, int prefix, int localNameIndex ) : System.Text
owner HtmlDocument
prefix int
localNameIndex int
Résultat System.Text

InvokeNotifyChangeOnIdleState() public static méthode

public static InvokeNotifyChangeOnIdleState ( HtmlElement elem, ElementChangeKind changeKind ) : void
elem HtmlElement
changeKind ElementChangeKind
Résultat void

OnContentUpdate() protected méthode

protected OnContentUpdate ( ) : void
Résultat void

OnElementChanged() protected méthode

protected OnElementChanged ( ) : void
Résultat void

OnElementChangedInIdleState() protected méthode

protected OnElementChangedInIdleState ( ElementChangeKind changeKind ) : void
changeKind ElementChangeKind
Résultat void

SetInnerHtml() public méthode

public SetInnerHtml ( string innerHtml ) : void
innerHtml string
Résultat void

SetLocation() public méthode

public SetLocation ( int x, int y ) : void
x int
y int
Résultat void

TryGetAttribute() public méthode

public TryGetAttribute ( WellknownName wellknownHtmlName, DomAttribute &result ) : bool
wellknownHtmlName WellknownName
result DomAttribute
Résultat bool

TryGetAttribute() public méthode

public TryGetAttribute ( WellknownName wellknownHtmlName, string &value ) : bool
wellknownHtmlName WellknownName
value string
Résultat bool

WriteNode() public méthode

public WriteNode ( DomTextWriter writer ) : void
writer DomTextWriter
Résultat void