C# Class NHtmlUnit.Javascript.Host.Dom.NodeList
Exibir arquivo
Open project: HtmlUnit/NHtmlUnit
Public Methods
Method |
Description |
|
NodeList ( NHtmlUnit parentScope, bool attributeChangeSensitive, string description ) : System |
|
|
NodeList ( com wrappedObject ) : System |
|
|
Private Methods
Method |
Description |
|
NodeList ( ) : System |
|
|
Method Details
public NodeList ( NHtmlUnit parentScope, bool attributeChangeSensitive, string description ) : System |
parentScope |
NHtmlUnit |
|
attributeChangeSensitive |
bool |
|
description |
string |
|
return |
System |
|
public NodeList ( com wrappedObject ) : System |
wrappedObject |
com |
|
return |
System |
|