Method | Description | |
---|---|---|
CaptureEvents ( string type ) : void | ||
CreateAttribute ( string attributeName ) : NHtmlUnit.Javascript.Host.Dom.Attr | ||
CreateComment ( string comment ) : object | ||
CreateDocumentFragment ( ) : object | ||
CreateElement ( string tagName ) : object | ||
CreateElementNS ( string namespaceURI, string qualifiedName ) : object | ||
CreateNSResolver ( NHtmlUnit nodeResolver ) : NHtmlUnit.Javascript.Host.Dom.XPathNSResolver | ||
CreateTextNode ( string newData ) : object | ||
Document ( com wrappedObject ) : System | ||
Evaluate ( string expression, NHtmlUnit contextNode, object resolver, int type, object result ) : NHtmlUnit.Javascript.Host.Dom.XPathResult | ||
GetElementsByTagName ( string tagName ) : NHtmlUnit.Javascript.Host.Html.HTMLCollection | ||
GetElementsByTagNameNS ( object namespaceURI, string localName ) : object | ||
GetLocation ( ) : NHtmlUnit.Javascript.Host.Location | ||
ImportNode ( NHtmlUnit importedNode, bool deep ) : object | ||
SetLocation ( string location ) : void |
Method | Description | |
---|---|---|
Document ( ) : System |
public CreateAttribute ( string attributeName ) : NHtmlUnit.Javascript.Host.Dom.Attr | ||
attributeName | string | |
return | NHtmlUnit.Javascript.Host.Dom.Attr |
public CreateComment ( string comment ) : object | ||
comment | string | |
return | object |
public CreateElement ( string tagName ) : object | ||
tagName | string | |
return | object |
public CreateElementNS ( string namespaceURI, string qualifiedName ) : object | ||
namespaceURI | string | |
qualifiedName | string | |
return | object |
public CreateNSResolver ( NHtmlUnit nodeResolver ) : NHtmlUnit.Javascript.Host.Dom.XPathNSResolver | ||
nodeResolver | NHtmlUnit | |
return | NHtmlUnit.Javascript.Host.Dom.XPathNSResolver |
public CreateTextNode ( string newData ) : object | ||
newData | string | |
return | object |
public Document ( com wrappedObject ) : System | ||
wrappedObject | com | |
return | System |
public Evaluate ( string expression, NHtmlUnit contextNode, object resolver, int type, object result ) : NHtmlUnit.Javascript.Host.Dom.XPathResult | ||
expression | string | |
contextNode | NHtmlUnit | |
resolver | object | |
type | int | |
result | object | |
return | NHtmlUnit.Javascript.Host.Dom.XPathResult |
public GetElementsByTagName ( string tagName ) : NHtmlUnit.Javascript.Host.Html.HTMLCollection | ||
tagName | string | |
return | NHtmlUnit.Javascript.Host.Html.HTMLCollection |
public GetElementsByTagNameNS ( object namespaceURI, string localName ) : object | ||
namespaceURI | object | |
localName | string | |
return | object |
public GetLocation ( ) : NHtmlUnit.Javascript.Host.Location | ||
return | NHtmlUnit.Javascript.Host.Location |
public ImportNode ( NHtmlUnit importedNode, bool deep ) : object | ||
importedNode | NHtmlUnit | |
deep | bool | |
return | object |
public SetLocation ( string location ) : void | ||
location | string | |
return | void |