C# Class Tidy.Core.DomNodeListImpl

DomNodeListImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.cs for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000

The items in the NodeList are accessible via an integral index, starting from 0.

Inheritance: INodeList
Show file Open project: r1pper/TidyNetPortable

Public Methods

Method Description
Item ( int index ) : INode

Protected Methods

Method Description
DomNodeListImpl ( Node parent ) : Tidy.Dom

Method Details

DomNodeListImpl() protected method

protected DomNodeListImpl ( Node parent ) : Tidy.Dom
parent Node
return Tidy.Dom

Item() public method

public Item ( int index ) : INode
index int
return INode