C# Class NHtmlUnit.Html.DomElement

Inheritance: NHtmlUnit.Html.DomNamespaceNode, NHtmlUnit.W3C.Dom.INode, NHtmlUnit.W3C.Dom.IElement, NHtmlUnit.W3C.Dom.IElementTraversal
Afficher le fichier Open project: HtmlUnit/NHtmlUnit

Méthodes publiques

Méthode Description
Blur ( ) : void
Click ( ) : NHtmlUnit.IPage
Click ( NHtmlUnit eventArg ) : NHtmlUnit.IPage
Click ( bool shiftKey, bool ctrlKey, bool altKey ) : NHtmlUnit.IPage
DblClick ( ) : NHtmlUnit.IPage
DblClick ( bool shiftKey, bool ctrlKey, bool altKey ) : NHtmlUnit.IPage
DomElement ( com wrappedObject ) : System
DomElement ( string namespaceURI, string qualifiedName, NHtmlUnit page, java attributes ) : System
FireEvent ( NHtmlUnit eventArg ) : NHtmlUnit.ScriptResult
FireEvent ( string eventType ) : NHtmlUnit.ScriptResult
Focus ( ) : void
GetAttribute ( string attributeName ) : string
GetAttributeNS ( string namespaceURI, string localName ) : string
GetAttributeNode ( string name ) : NHtmlUnit.Html.DomAttr
GetAttributeNodeNS ( string namespaceURI, string localName ) : NHtmlUnit.Html.DomAttr
GetElementsByTagName ( string tagName ) : IList
GetElementsByTagNameNS ( string namespaceArg, string localName ) : IList
HasAttribute ( string attributeName ) : bool
HasAttributeNS ( string namespaceURI, string localName ) : bool
MouseDown ( ) : NHtmlUnit.IPage
MouseDown ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
MouseMove ( ) : NHtmlUnit.IPage
MouseMove ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
MouseOut ( ) : NHtmlUnit.IPage
MouseOut ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
MouseOver ( ) : NHtmlUnit.IPage
MouseOver ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
MouseUp ( ) : NHtmlUnit.IPage
MouseUp ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
RemoveAttribute ( string attributeName ) : void
RemoveAttributeNS ( string namespaceURI, string localName ) : void
RemoveAttributeNode ( NHtmlUnit attribute ) : NHtmlUnit.W3C.Dom.IAttr
RemoveFocus ( ) : void
RightClick ( ) : NHtmlUnit.IPage
RightClick ( bool shiftKey, bool ctrlKey, bool altKey ) : NHtmlUnit.IPage
SetAttribute ( string attributeName, string attributeValue ) : void
SetAttributeNS ( string namespaceURI, string qualifiedName, string attributeValue ) : void
SetAttributeNode ( NHtmlUnit attribute ) : NHtmlUnit.W3C.Dom.IAttr
SetAttributeNodeNS ( NHtmlUnit attribute ) : NHtmlUnit.W3C.Dom.IAttr
SetIdAttribute ( string name, bool isId ) : void
SetIdAttributeNS ( string namespaceURI, string localName, bool isId ) : void
SetIdAttributeNode ( NHtmlUnit idAttr, bool isId ) : void

Private Methods

Méthode Description
DomElement ( ) : System

Method Details

Blur() public méthode

public Blur ( ) : void
Résultat void

Click() public méthode

public Click ( ) : NHtmlUnit.IPage
Résultat NHtmlUnit.IPage

Click() public méthode

public Click ( NHtmlUnit eventArg ) : NHtmlUnit.IPage
eventArg NHtmlUnit
Résultat NHtmlUnit.IPage

Click() public méthode

public Click ( bool shiftKey, bool ctrlKey, bool altKey ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
Résultat NHtmlUnit.IPage

DblClick() public méthode

public DblClick ( ) : NHtmlUnit.IPage
Résultat NHtmlUnit.IPage

DblClick() public méthode

public DblClick ( bool shiftKey, bool ctrlKey, bool altKey ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
Résultat NHtmlUnit.IPage

DomElement() public méthode

public DomElement ( com wrappedObject ) : System
wrappedObject com
Résultat System

DomElement() public méthode

public DomElement ( string namespaceURI, string qualifiedName, NHtmlUnit page, java attributes ) : System
namespaceURI string
qualifiedName string
page NHtmlUnit
attributes java
Résultat System

FireEvent() public méthode

public FireEvent ( NHtmlUnit eventArg ) : NHtmlUnit.ScriptResult
eventArg NHtmlUnit
Résultat NHtmlUnit.ScriptResult

FireEvent() public méthode

public FireEvent ( string eventType ) : NHtmlUnit.ScriptResult
eventType string
Résultat NHtmlUnit.ScriptResult

Focus() public méthode

public Focus ( ) : void
Résultat void

GetAttribute() public méthode

public GetAttribute ( string attributeName ) : string
attributeName string
Résultat string

GetAttributeNS() public méthode

public GetAttributeNS ( string namespaceURI, string localName ) : string
namespaceURI string
localName string
Résultat string

GetAttributeNode() public méthode

public GetAttributeNode ( string name ) : NHtmlUnit.Html.DomAttr
name string
Résultat NHtmlUnit.Html.DomAttr

GetAttributeNodeNS() public méthode

public GetAttributeNodeNS ( string namespaceURI, string localName ) : NHtmlUnit.Html.DomAttr
namespaceURI string
localName string
Résultat NHtmlUnit.Html.DomAttr

GetElementsByTagName() public méthode

public GetElementsByTagName ( string tagName ) : IList
tagName string
Résultat IList

GetElementsByTagNameNS() public méthode

public GetElementsByTagNameNS ( string namespaceArg, string localName ) : IList
namespaceArg string
localName string
Résultat IList

HasAttribute() public méthode

public HasAttribute ( string attributeName ) : bool
attributeName string
Résultat bool

HasAttributeNS() public méthode

public HasAttributeNS ( string namespaceURI, string localName ) : bool
namespaceURI string
localName string
Résultat bool

MouseDown() public méthode

public MouseDown ( ) : NHtmlUnit.IPage
Résultat NHtmlUnit.IPage

MouseDown() public méthode

public MouseDown ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
Résultat NHtmlUnit.IPage

MouseMove() public méthode

public MouseMove ( ) : NHtmlUnit.IPage
Résultat NHtmlUnit.IPage

MouseMove() public méthode

public MouseMove ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
Résultat NHtmlUnit.IPage

MouseOut() public méthode

public MouseOut ( ) : NHtmlUnit.IPage
Résultat NHtmlUnit.IPage

MouseOut() public méthode

public MouseOut ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
Résultat NHtmlUnit.IPage

MouseOver() public méthode

public MouseOver ( ) : NHtmlUnit.IPage
Résultat NHtmlUnit.IPage

MouseOver() public méthode

public MouseOver ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
Résultat NHtmlUnit.IPage

MouseUp() public méthode

public MouseUp ( ) : NHtmlUnit.IPage
Résultat NHtmlUnit.IPage

MouseUp() public méthode

public MouseUp ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
Résultat NHtmlUnit.IPage

RemoveAttribute() public méthode

public RemoveAttribute ( string attributeName ) : void
attributeName string
Résultat void

RemoveAttributeNS() public méthode

public RemoveAttributeNS ( string namespaceURI, string localName ) : void
namespaceURI string
localName string
Résultat void

RemoveAttributeNode() public méthode

public RemoveAttributeNode ( NHtmlUnit attribute ) : NHtmlUnit.W3C.Dom.IAttr
attribute NHtmlUnit
Résultat NHtmlUnit.W3C.Dom.IAttr

RemoveFocus() public méthode

public RemoveFocus ( ) : void
Résultat void

RightClick() public méthode

public RightClick ( ) : NHtmlUnit.IPage
Résultat NHtmlUnit.IPage

RightClick() public méthode

public RightClick ( bool shiftKey, bool ctrlKey, bool altKey ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
Résultat NHtmlUnit.IPage

SetAttribute() public méthode

public SetAttribute ( string attributeName, string attributeValue ) : void
attributeName string
attributeValue string
Résultat void

SetAttributeNS() public méthode

public SetAttributeNS ( string namespaceURI, string qualifiedName, string attributeValue ) : void
namespaceURI string
qualifiedName string
attributeValue string
Résultat void

SetAttributeNode() public méthode

public SetAttributeNode ( NHtmlUnit attribute ) : NHtmlUnit.W3C.Dom.IAttr
attribute NHtmlUnit
Résultat NHtmlUnit.W3C.Dom.IAttr

SetAttributeNodeNS() public méthode

public SetAttributeNodeNS ( NHtmlUnit attribute ) : NHtmlUnit.W3C.Dom.IAttr
attribute NHtmlUnit
Résultat NHtmlUnit.W3C.Dom.IAttr

SetIdAttribute() public méthode

public SetIdAttribute ( string name, bool isId ) : void
name string
isId bool
Résultat void

SetIdAttributeNS() public méthode

public SetIdAttributeNS ( string namespaceURI, string localName, bool isId ) : void
namespaceURI string
localName string
isId bool
Résultat void

SetIdAttributeNode() public méthode

public SetIdAttributeNode ( NHtmlUnit idAttr, bool isId ) : void
idAttr NHtmlUnit
isId bool
Résultat void