C# Class NHtmlUnit.Html.DomElement

Inheritance: NHtmlUnit.Html.DomNamespaceNode, NHtmlUnit.W3C.Dom.INode, NHtmlUnit.W3C.Dom.IElement, NHtmlUnit.W3C.Dom.IElementTraversal
显示文件 Open project: HtmlUnit/NHtmlUnit

Public Methods

Method 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

Method Description
DomElement ( ) : System

Method Details

Blur() public method

public Blur ( ) : void
return void

Click() public method

public Click ( ) : NHtmlUnit.IPage
return NHtmlUnit.IPage

Click() public method

public Click ( NHtmlUnit eventArg ) : NHtmlUnit.IPage
eventArg NHtmlUnit
return NHtmlUnit.IPage

Click() public method

public Click ( bool shiftKey, bool ctrlKey, bool altKey ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
return NHtmlUnit.IPage

DblClick() public method

public DblClick ( ) : NHtmlUnit.IPage
return NHtmlUnit.IPage

DblClick() public method

public DblClick ( bool shiftKey, bool ctrlKey, bool altKey ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
return NHtmlUnit.IPage

DomElement() public method

public DomElement ( com wrappedObject ) : System
wrappedObject com
return System

DomElement() public method

public DomElement ( string namespaceURI, string qualifiedName, NHtmlUnit page, java attributes ) : System
namespaceURI string
qualifiedName string
page NHtmlUnit
attributes java
return System

FireEvent() public method

public FireEvent ( NHtmlUnit eventArg ) : NHtmlUnit.ScriptResult
eventArg NHtmlUnit
return NHtmlUnit.ScriptResult

FireEvent() public method

public FireEvent ( string eventType ) : NHtmlUnit.ScriptResult
eventType string
return NHtmlUnit.ScriptResult

Focus() public method

public Focus ( ) : void
return void

GetAttribute() public method

public GetAttribute ( string attributeName ) : string
attributeName string
return string

GetAttributeNS() public method

public GetAttributeNS ( string namespaceURI, string localName ) : string
namespaceURI string
localName string
return string

GetAttributeNode() public method

public GetAttributeNode ( string name ) : NHtmlUnit.Html.DomAttr
name string
return NHtmlUnit.Html.DomAttr

GetAttributeNodeNS() public method

public GetAttributeNodeNS ( string namespaceURI, string localName ) : NHtmlUnit.Html.DomAttr
namespaceURI string
localName string
return NHtmlUnit.Html.DomAttr

GetElementsByTagName() public method

public GetElementsByTagName ( string tagName ) : IList
tagName string
return IList

GetElementsByTagNameNS() public method

public GetElementsByTagNameNS ( string namespaceArg, string localName ) : IList
namespaceArg string
localName string
return IList

HasAttribute() public method

public HasAttribute ( string attributeName ) : bool
attributeName string
return bool

HasAttributeNS() public method

public HasAttributeNS ( string namespaceURI, string localName ) : bool
namespaceURI string
localName string
return bool

MouseDown() public method

public MouseDown ( ) : NHtmlUnit.IPage
return NHtmlUnit.IPage

MouseDown() public method

public MouseDown ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
return NHtmlUnit.IPage

MouseMove() public method

public MouseMove ( ) : NHtmlUnit.IPage
return NHtmlUnit.IPage

MouseMove() public method

public MouseMove ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
return NHtmlUnit.IPage

MouseOut() public method

public MouseOut ( ) : NHtmlUnit.IPage
return NHtmlUnit.IPage

MouseOut() public method

public MouseOut ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
return NHtmlUnit.IPage

MouseOver() public method

public MouseOver ( ) : NHtmlUnit.IPage
return NHtmlUnit.IPage

MouseOver() public method

public MouseOver ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
return NHtmlUnit.IPage

MouseUp() public method

public MouseUp ( ) : NHtmlUnit.IPage
return NHtmlUnit.IPage

MouseUp() public method

public MouseUp ( bool shiftKey, bool ctrlKey, bool altKey, int button ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
button int
return NHtmlUnit.IPage

RemoveAttribute() public method

public RemoveAttribute ( string attributeName ) : void
attributeName string
return void

RemoveAttributeNS() public method

public RemoveAttributeNS ( string namespaceURI, string localName ) : void
namespaceURI string
localName string
return void

RemoveAttributeNode() public method

public RemoveAttributeNode ( NHtmlUnit attribute ) : NHtmlUnit.W3C.Dom.IAttr
attribute NHtmlUnit
return NHtmlUnit.W3C.Dom.IAttr

RemoveFocus() public method

public RemoveFocus ( ) : void
return void

RightClick() public method

public RightClick ( ) : NHtmlUnit.IPage
return NHtmlUnit.IPage

RightClick() public method

public RightClick ( bool shiftKey, bool ctrlKey, bool altKey ) : NHtmlUnit.IPage
shiftKey bool
ctrlKey bool
altKey bool
return NHtmlUnit.IPage

SetAttribute() public method

public SetAttribute ( string attributeName, string attributeValue ) : void
attributeName string
attributeValue string
return void

SetAttributeNS() public method

public SetAttributeNS ( string namespaceURI, string qualifiedName, string attributeValue ) : void
namespaceURI string
qualifiedName string
attributeValue string
return void

SetAttributeNode() public method

public SetAttributeNode ( NHtmlUnit attribute ) : NHtmlUnit.W3C.Dom.IAttr
attribute NHtmlUnit
return NHtmlUnit.W3C.Dom.IAttr

SetAttributeNodeNS() public method

public SetAttributeNodeNS ( NHtmlUnit attribute ) : NHtmlUnit.W3C.Dom.IAttr
attribute NHtmlUnit
return NHtmlUnit.W3C.Dom.IAttr

SetIdAttribute() public method

public SetIdAttribute ( string name, bool isId ) : void
name string
isId bool
return void

SetIdAttributeNS() public method

public SetIdAttributeNS ( string namespaceURI, string localName, bool isId ) : void
namespaceURI string
localName string
isId bool
return void

SetIdAttributeNode() public method

public SetIdAttributeNode ( NHtmlUnit idAttr, bool isId ) : void
idAttr NHtmlUnit
isId bool
return void