C# Class Tidy.Core.DomNodeListByTagNameImpl

DomNodeListByTagNameImpl (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
DomNodeListByTagNameImpl ( Node first, string tagName ) : System
PreTraverse ( Node node ) : void

Method Details

DomNodeListByTagNameImpl() protected method

protected DomNodeListByTagNameImpl ( Node first, string tagName ) : System
first Node
tagName string
return System

Item() public method

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

PreTraverse() protected method

protected PreTraverse ( Node node ) : void
node Node
return void