C# Class NHtmlUnit.Html.HtmlElement

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

Méthodes publiques

Méthode Description
AddHtmlAttributeChangeListener ( NHtmlUnit listener ) : void
AppendChildIfNoneExists ( string tagName ) : NHtmlUnit.Html.HtmlElement
GetElementsByAttribute ( string elementName, string attributeName, string attributeValue ) : IList
GetEnclosingElement ( string tagName ) : NHtmlUnit.Html.HtmlElement
GetHtmlElementsByTagName ( string tagName ) : IList
GetHtmlElementsByTagNames ( java tagNames ) : IList
GetOneHtmlElementByAttribute ( string elementName, string attributeName, string attributeValue ) : NHtmlUnit.Html.HtmlElement
HasEventHandlers ( string eventName ) : bool
HtmlElement ( com wrappedObject ) : System
RemoveChild ( string tagName, int i ) : void
RemoveEventHandler ( string eventName ) : void
RemoveHtmlAttributeChangeListener ( NHtmlUnit listener ) : void
SetEventHandler ( string eventName, net eventHandler ) : void
SetEventHandler ( string eventName, string jsSnippet ) : void
Type ( NHtmlUnit keyboard ) : NHtmlUnit.IPage
Type ( System c ) : NHtmlUnit.IPage
Type ( int keyCode ) : NHtmlUnit.IPage
Type ( string text ) : void

Private Methods

Méthode Description
HtmlElement ( ) : System

Method Details

AddHtmlAttributeChangeListener() public méthode

public AddHtmlAttributeChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
Résultat void

AppendChildIfNoneExists() public méthode

public AppendChildIfNoneExists ( string tagName ) : NHtmlUnit.Html.HtmlElement
tagName string
Résultat NHtmlUnit.Html.HtmlElement

GetElementsByAttribute() public méthode

public GetElementsByAttribute ( string elementName, string attributeName, string attributeValue ) : IList
elementName string
attributeName string
attributeValue string
Résultat IList

GetEnclosingElement() public méthode

public GetEnclosingElement ( string tagName ) : NHtmlUnit.Html.HtmlElement
tagName string
Résultat NHtmlUnit.Html.HtmlElement

GetHtmlElementsByTagName() public méthode

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

GetHtmlElementsByTagNames() public méthode

public GetHtmlElementsByTagNames ( java tagNames ) : IList
tagNames java
Résultat IList

GetOneHtmlElementByAttribute() public méthode

public GetOneHtmlElementByAttribute ( string elementName, string attributeName, string attributeValue ) : NHtmlUnit.Html.HtmlElement
elementName string
attributeName string
attributeValue string
Résultat NHtmlUnit.Html.HtmlElement

HasEventHandlers() public méthode

public HasEventHandlers ( string eventName ) : bool
eventName string
Résultat bool

HtmlElement() public méthode

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

RemoveChild() public méthode

public RemoveChild ( string tagName, int i ) : void
tagName string
i int
Résultat void

RemoveEventHandler() public méthode

public RemoveEventHandler ( string eventName ) : void
eventName string
Résultat void

RemoveHtmlAttributeChangeListener() public méthode

public RemoveHtmlAttributeChangeListener ( NHtmlUnit listener ) : void
listener NHtmlUnit
Résultat void

SetEventHandler() public méthode

public SetEventHandler ( string eventName, net eventHandler ) : void
eventName string
eventHandler net
Résultat void

SetEventHandler() public méthode

public SetEventHandler ( string eventName, string jsSnippet ) : void
eventName string
jsSnippet string
Résultat void

Type() public méthode

public Type ( NHtmlUnit keyboard ) : NHtmlUnit.IPage
keyboard NHtmlUnit
Résultat NHtmlUnit.IPage

Type() public méthode

public Type ( System c ) : NHtmlUnit.IPage
c System
Résultat NHtmlUnit.IPage

Type() public méthode

public Type ( int keyCode ) : NHtmlUnit.IPage
keyCode int
Résultat NHtmlUnit.IPage

Type() public méthode

public Type ( string text ) : void
text string
Résultat void