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

Iterate over all content children 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.

XPathDocumentKindChildIterator ( XPathDocumentKindChildIterator iter ) : System

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

XPathDocumentKindChildIterator ( XPathDocumentNavigator parent, XPathNodeType typ ) : System

Create an iterator that ranges over all content children of "parent" 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

XPathDocumentKindChildIterator() 공개 메소드

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

XPathDocumentKindChildIterator() 공개 메소드

Create an iterator that ranges over all content children of "parent" having the specified XPathNodeType.
public XPathDocumentKindChildIterator ( XPathDocumentNavigator parent, XPathNodeType typ ) : System
parent XPathDocumentNavigator
typ XPathNodeType
리턴 System