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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
DomNodeListByTagNameImpl ( Node first, string tagName ) : System
PreTraverse ( Node node ) : void

메소드 상세

DomNodeListByTagNameImpl() 보호된 메소드

protected DomNodeListByTagNameImpl ( Node first, string tagName ) : System
first Node
tagName string
리턴 System

Item() 공개 메소드

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

PreTraverse() 보호된 메소드

protected PreTraverse ( Node node ) : void
node Node
리턴 void