C# Class NHtmlUnit.Javascript.Host.Dom.AbstractList

Inheritance: NHtmlUnit.Javascript.SimpleScriptable
Exibir arquivo Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
AbstractList ( NHtmlUnit parentScope, bool attributeChangeSensitive, string description ) : System
AbstractList ( com wrappedObject ) : System
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

Private Methods

Method Description
AbstractList ( ) : System

Method Details

AbstractList() public method

public AbstractList ( NHtmlUnit parentScope, bool attributeChangeSensitive, string description ) : System
parentScope NHtmlUnit
attributeChangeSensitive bool
description string
return System

AbstractList() public method

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

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