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

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

공개 메소드들

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

Initialize the FollowingSiblingIterator.

MoveNext ( ) : bool

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

메소드 상세

Create() 공개 메소드

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

MoveNext() 공개 메소드

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