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