C# 클래스 NHtmlUnit.Activex.Javascript.Msxml.XMLDOMNodeList

상속: NHtmlUnit.Activex.Javascript.Msxml.MSXMLScriptable, NHtmlUnit.W3C.Dom.INodeList
파일 보기 프로젝트 열기: HtmlUnit/NHtmlUnit

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
XMLDOMNodeList ( ) : System

메소드 상세

Call() 공개 메소드

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

Construct() 공개 메소드

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

Item() 공개 메소드

public Item ( int index ) : NHtmlUnit.W3C.Dom.INode
index int
리턴 NHtmlUnit.W3C.Dom.INode

Item() 공개 메소드

public Item ( object index ) : object
index object
리턴 object

NextNode() 공개 메소드

public NextNode ( ) : object
리턴 object

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

XMLDOMNodeList() 공개 메소드

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

XMLDOMNodeList() 공개 메소드

public XMLDOMNodeList ( com wrappedObject ) : System
wrappedObject com
리턴 System