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

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

공개 메소드들

메소드 설명
Create ( XmlQueryRuntime runtime ) : void

Create IntersectIterator.

MoveNext ( XPathNavigator nestedNavigator ) : SetIteratorResult

Position this iterator to the next node in the union.

메소드 상세

Create() 공개 메소드

Create IntersectIterator.
public Create ( XmlQueryRuntime runtime ) : void
runtime XmlQueryRuntime
리턴 void

MoveNext() 공개 메소드

Position this iterator to the next node in the union.
public MoveNext ( XPathNavigator nestedNavigator ) : SetIteratorResult
nestedNavigator System.Xml.XPath.XPathNavigator
리턴 SetIteratorResult