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
Afficher le fichier Open project: r1pper/TidyNetPortable

Méthodes publiques

Méthode Description
Item ( int index ) : INode

Méthodes protégées

Méthode Description
DomNodeListImpl ( Node parent ) : Tidy.Dom

Method Details

DomNodeListImpl() protected méthode

protected DomNodeListImpl ( Node parent ) : Tidy.Dom
parent Node
Résultat Tidy.Dom

Item() public méthode

public Item ( int index ) : INode
index int
Résultat INode