C# 클래스 System.Xml.Xsl.Runtime.AncestorIterator

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Create ( XPathNavigator context, XmlNavigatorFilter filter, bool orSelf ) : void

Initialize the AncestorIterator.

MoveNext ( ) : bool

Position the iterator on the next matching ancestor node. Return true if such a node exists and set Current property. Otherwise, return false (Current property is undefined).

메소드 상세

Create() 공개 메소드

Initialize the AncestorIterator.
public Create ( XPathNavigator context, XmlNavigatorFilter filter, bool orSelf ) : void
context System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
orSelf bool
리턴 void

MoveNext() 공개 메소드

Position the iterator on the next matching ancestor node. Return true if such a node exists and set Current property. Otherwise, return false (Current property is undefined).
public MoveNext ( ) : bool
리턴 bool