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

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

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

Initialize the AncestorDocOrderIterator (return ancestor nodes in document order, no possibility of duplicates).

MoveNext ( ) : bool

Return true if the Current property is set to the next Ancestor node in document order.

메소드 상세

Create() 공개 메소드

Initialize the AncestorDocOrderIterator (return ancestor nodes in document order, no possibility of duplicates).
public Create ( XPathNavigator context, XmlNavigatorFilter filter, bool orSelf ) : void
context System.Xml.XPath.XPathNavigator
filter XmlNavigatorFilter
orSelf bool
리턴 void

MoveNext() 공개 메소드

Return true if the Current property is set to the next Ancestor node in document order.
public MoveNext ( ) : bool
리턴 bool