C# 클래스 MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator

Iterate over all content descendants with a particular XPathNodeType.
상속: XPathDocumentBaseIterator
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : XPathNodeIterator

Create a copy of this iterator.

MoveNext ( ) : bool

Position the iterator to the next descendant.

XPathDocumentKindDescendantIterator ( XPathDocumentKindDescendantIterator iter ) : System

Create a new iterator that is a copy of "iter".

XPathDocumentKindDescendantIterator ( XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf ) : System

Create an iterator that ranges over all content descendants of "root" having the specified XPathNodeType.

메소드 상세

Clone() 공개 메소드

Create a copy of this iterator.
public Clone ( ) : XPathNodeIterator
리턴 System.Xml.XPath.XPathNodeIterator

MoveNext() 공개 메소드

Position the iterator to the next descendant.
public MoveNext ( ) : bool
리턴 bool

XPathDocumentKindDescendantIterator() 공개 메소드

Create a new iterator that is a copy of "iter".
public XPathDocumentKindDescendantIterator ( XPathDocumentKindDescendantIterator iter ) : System
iter XPathDocumentKindDescendantIterator
리턴 System

XPathDocumentKindDescendantIterator() 공개 메소드

Create an iterator that ranges over all content descendants of "root" having the specified XPathNodeType.
public XPathDocumentKindDescendantIterator ( XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf ) : System
root XPathDocumentNavigator
typ XPathNodeType
matchSelf bool
리턴 System