C# Class NHtmlUnit.Javascript.Host.Html.HTMLCollection

Inheritance: NHtmlUnit.Javascript.SimpleScriptable, NHtmlUnit.W3C.Dom.INodeList
Exibir arquivo Open project: HtmlUnit/NHtmlUnit

Public Methods

Method Description
HTMLCollection ( NHtmlUnit parentScope, bool attributeChangeSensitive, string description ) : System
HTMLCollection ( com wrappedObject ) : System
NamedItem ( string name ) : object
NextNode ( ) : object
Reset ( ) : void
Tags ( string tagName ) : object

Private Methods

Method Description
HTMLCollection ( ) : System

Method Details

HTMLCollection() public method

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

HTMLCollection() public method

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

NamedItem() public method

public NamedItem ( string name ) : object
name string
return object

NextNode() public method

public NextNode ( ) : object
return object

Reset() public method

public Reset ( ) : void
return void

Tags() public method

public Tags ( string tagName ) : object
tagName string
return object