C# Class LayoutFarm.WebDom.DomElement

Inheritance: DomNode
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Свойство Type Description
IEventListener bool
IEventListener void
IEventListener void
IEventListener void
IEventListener void
IEventListener void
IEventListener void
IEventListener void

Méthodes publiques

Méthode Description
AddAttribute ( DomAttribute attr ) : void
AddChild ( DomNode childNode ) : void
AttachEvent ( UIEventName eventName, HtmlEventHandler handler ) : void
AttachEventOnMouseLostFocus ( HtmlEventHandler handler ) : void
ClearAllElements ( ) : void

clear all children elements

DetachEvent ( UIEventName eventName, HtmlEventHandler handler ) : void
DomElement ( WebDocument ownerDoc, int nodePrefixNameIndex, int nodeLocalNameIndex ) : System.Collections.Generic
EqualNames ( DomElement node1, DomElement node2 ) : bool
FindAttribute ( int attrLocalNameIndex ) : DomAttribute
FindAttribute ( string attrname ) : DomAttribute
GetAttributeIterForward ( ) : IEnumerable
GetChildNode ( int index ) : DomNode
GetChildNodeIterForward ( ) : IEnumerable
GetGlobalLocation ( int &x, int &y ) : void
NotifyChange ( ElementChangeKind changeKind ) : void
RemoveChild ( DomNode childNode ) : bool
SetAttribute ( DomAttribute attr ) : void
SetAttribute ( string attrName, string value ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
OnCollapsed ( ) : void
OnContentLayout ( ) : void
OnContentUpdate ( ) : void
OnDoubleClick ( UIMouseEventArgs e ) : void
OnElementChanged ( ) : void
OnElementChangedInIdleState ( ElementChangeKind changeKind ) : void
OnElementLanded ( ) : void
OnExpanded ( ) : void
OnGotFocus ( UIFocusEventArgs e ) : void
OnHide ( ) : void
OnInterComponentMsg ( object sender, int msgcode, string msg ) : void
OnKeyDown ( UIKeyEventArgs e ) : void
OnKeyPress ( UIKeyEventArgs e ) : void
OnKeyUp ( UIKeyEventArgs e ) : void
OnLostFocus ( UIFocusEventArgs e ) : void
OnLostMouseFocus ( UIMouseEventArgs e ) : void
OnMouseDown ( UIMouseEventArgs e ) : void
OnMouseEnter ( UIMouseEventArgs e ) : void
OnMouseHover ( UIMouseEventArgs e ) : void
OnMouseLeave ( UIMouseEventArgs e ) : void
OnMouseMove ( UIMouseEventArgs e ) : void
OnMouseUp ( UIMouseEventArgs e ) : void
OnMouseWheel ( UIMouseEventArgs e ) : void
OnProcessDialogKey ( UIKeyEventArgs e ) : bool
OnShown ( ) : void

Private Methods

Méthode Description
IEventListener ( UIKeyEventArgs e ) : bool
IEventListener ( ) : void
IEventListener ( UIFocusEventArgs e ) : void
IEventListener ( UIGuestTalkEventArgs e ) : void
IEventListener ( UIKeyEventArgs e ) : void
IEventListener ( UIMouseEventArgs e ) : void
IEventListener ( int &x, int &y ) : void
IEventListener ( object sender, int msgcode, string msg ) : void

Method Details

AddAttribute() public méthode

public AddAttribute ( DomAttribute attr ) : void
attr DomAttribute
Résultat void

AddChild() public méthode

public AddChild ( DomNode childNode ) : void
childNode DomNode
Résultat void

AttachEvent() public méthode

public AttachEvent ( UIEventName eventName, HtmlEventHandler handler ) : void
eventName UIEventName
handler HtmlEventHandler
Résultat void

AttachEventOnMouseLostFocus() public méthode

public AttachEventOnMouseLostFocus ( HtmlEventHandler handler ) : void
handler HtmlEventHandler
Résultat void

ClearAllElements() public méthode

clear all children elements
public ClearAllElements ( ) : void
Résultat void

DetachEvent() public méthode

public DetachEvent ( UIEventName eventName, HtmlEventHandler handler ) : void
eventName UIEventName
handler HtmlEventHandler
Résultat void

DomElement() public méthode

public DomElement ( WebDocument ownerDoc, int nodePrefixNameIndex, int nodeLocalNameIndex ) : System.Collections.Generic
ownerDoc WebDocument
nodePrefixNameIndex int
nodeLocalNameIndex int
Résultat System.Collections.Generic

EqualNames() public static méthode

public static EqualNames ( DomElement node1, DomElement node2 ) : bool
node1 DomElement
node2 DomElement
Résultat bool

FindAttribute() public méthode

public FindAttribute ( int attrLocalNameIndex ) : DomAttribute
attrLocalNameIndex int
Résultat DomAttribute

FindAttribute() public méthode

public FindAttribute ( string attrname ) : DomAttribute
attrname string
Résultat DomAttribute

GetAttributeIterForward() public méthode

public GetAttributeIterForward ( ) : IEnumerable
Résultat IEnumerable

GetChildNode() public méthode

public GetChildNode ( int index ) : DomNode
index int
Résultat DomNode

GetChildNodeIterForward() public méthode

public GetChildNodeIterForward ( ) : IEnumerable
Résultat IEnumerable

GetGlobalLocation() public abstract méthode

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

NotifyChange() public méthode

public NotifyChange ( ElementChangeKind changeKind ) : void
changeKind ElementChangeKind
Résultat void

OnCollapsed() protected méthode

protected OnCollapsed ( ) : void
Résultat void

OnContentLayout() protected méthode

protected OnContentLayout ( ) : void
Résultat void

OnContentUpdate() protected méthode

protected OnContentUpdate ( ) : void
Résultat void

OnDoubleClick() protected méthode

protected OnDoubleClick ( UIMouseEventArgs e ) : void
e UIMouseEventArgs
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

OnElementLanded() protected méthode

protected OnElementLanded ( ) : void
Résultat void

OnExpanded() protected méthode

protected OnExpanded ( ) : void
Résultat void

OnGotFocus() protected méthode

protected OnGotFocus ( UIFocusEventArgs e ) : void
e UIFocusEventArgs
Résultat void

OnHide() protected méthode

protected OnHide ( ) : void
Résultat void

OnInterComponentMsg() protected méthode

protected OnInterComponentMsg ( object sender, int msgcode, string msg ) : void
sender object
msgcode int
msg string
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( UIKeyEventArgs e ) : void
e UIKeyEventArgs
Résultat void

OnKeyPress() protected méthode

protected OnKeyPress ( UIKeyEventArgs e ) : void
e UIKeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( UIKeyEventArgs e ) : void
e UIKeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( UIFocusEventArgs e ) : void
e UIFocusEventArgs
Résultat void

OnLostMouseFocus() protected méthode

protected OnLostMouseFocus ( UIMouseEventArgs e ) : void
e UIMouseEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( UIMouseEventArgs e ) : void
e UIMouseEventArgs
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( UIMouseEventArgs e ) : void
e UIMouseEventArgs
Résultat void

OnMouseHover() protected méthode

protected OnMouseHover ( UIMouseEventArgs e ) : void
e UIMouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( UIMouseEventArgs e ) : void
e UIMouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( UIMouseEventArgs e ) : void
e UIMouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( UIMouseEventArgs e ) : void
e UIMouseEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( UIMouseEventArgs e ) : void
e UIMouseEventArgs
Résultat void

OnProcessDialogKey() protected méthode

protected OnProcessDialogKey ( UIKeyEventArgs e ) : bool
e UIKeyEventArgs
Résultat bool

OnShown() protected méthode

protected OnShown ( ) : void
Résultat void

RemoveChild() public méthode

public RemoveChild ( DomNode childNode ) : bool
childNode DomNode
Résultat bool

SetAttribute() public méthode

public SetAttribute ( DomAttribute attr ) : void
attr DomAttribute
Résultat void

SetAttribute() public méthode

public SetAttribute ( string attrName, string value ) : void
attrName string
value string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string