C# 클래스 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.

상속: INodeList
파일 보기 프로젝트 열기: r1pper/TidyNetPortable

공개 메소드들

메소드 설명
Item ( int index ) : INode

보호된 메소드들

메소드 설명
DomNodeListImpl ( Node parent ) : Tidy.Dom

메소드 상세

DomNodeListImpl() 보호된 메소드

protected DomNodeListImpl ( Node parent ) : Tidy.Dom
parent Node
리턴 Tidy.Dom

Item() 공개 메소드

public Item ( int index ) : INode
index int
리턴 INode