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

Iterate over all element descendants with a particular QName.
상속: 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.

XPathDocumentElementDescendantIterator ( XPathDocumentElementDescendantIterator iter ) : System

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

XPathDocumentElementDescendantIterator ( XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf ) : System

Create an iterator that ranges over all element descendants of "root" having the specified QName.

메소드 상세

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

XPathDocumentElementDescendantIterator() 공개 메소드

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

XPathDocumentElementDescendantIterator() 공개 메소드

Create an iterator that ranges over all element descendants of "root" having the specified QName.
public XPathDocumentElementDescendantIterator ( XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf ) : System
root XPathDocumentNavigator
name string
namespaceURI string
matchSelf bool
리턴 System