C# Class NHtmlUnit.Activex.Javascript.Msxml.XMLDOMNodeList

Inheritance: NHtmlUnit.Activex.Javascript.Msxml.MSXMLScriptable, NHtmlUnit.W3C.Dom.INodeList
ファイルを表示 Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
Call ( net cx, net scope, net thisObj, System args ) : object
Construct ( net cx, net scope, System args ) : net.sourceforge.htmlunit.corejs.javascript.Scriptable
Item ( int index ) : NHtmlUnit.W3C.Dom.INode
Item ( object index ) : object
NextNode ( ) : object
Reset ( ) : void
XMLDOMNodeList ( NHtmlUnit parentScope, bool attributeChangeSensitive, string description ) : System
XMLDOMNodeList ( com wrappedObject ) : System

Private Methods

Method Description
XMLDOMNodeList ( ) : System

Method Details

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 ( int index ) : NHtmlUnit.W3C.Dom.INode
index int
return NHtmlUnit.W3C.Dom.INode

Item() public method

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

NextNode() public method

public NextNode ( ) : object
return object

Reset() public method

public Reset ( ) : void
return void

XMLDOMNodeList() public method

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

XMLDOMNodeList() public method

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