C# Class NHtmlUnit.Javascript.Host.NamespaceCollection

Inheritance: NHtmlUnit.Javascript.SimpleScriptable
显示文件 Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
Add ( string namespaceArg, string urn, string url ) : NHtmlUnit.Javascript.Host.Namespace
Call ( net cx, net scope, net thisObj, System args ) : object
Construct ( net cx, net scope, System args ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable
Item ( object index ) : object
NamespaceCollection ( NHtmlUnit doc ) : System
NamespaceCollection ( com wrappedObject ) : System

Private Methods

Method Description
NamespaceCollection ( ) : System

Method Details

Add() public method

public Add ( string namespaceArg, string urn, string url ) : NHtmlUnit.Javascript.Host.Namespace
namespaceArg string
urn string
url string
return NHtmlUnit.Javascript.Host.Namespace

Call() public method

public Call ( net cx, net scope, net thisObj, System args ) : object
cx net
scope net
thisObj net
args System
return object

Construct() public method

public Construct ( net cx, net scope, System args ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable
cx net
scope net
args System
return net.sourceforge.htmlunit.corejs.javascript.Scriptable

Item() public method

public Item ( object index ) : object
index object
return object

NamespaceCollection() public method

public NamespaceCollection ( NHtmlUnit doc ) : System
doc NHtmlUnit
return System

NamespaceCollection() public method

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