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

Base internal class of all XPathDocument XPathNodeIterator implementations.
상속: System.Xml.XPath.XPathNodeIterator
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ctxt XPathDocumentNavigator
pos int

보호된 메소드들

메소드 설명
XPathDocumentBaseIterator ( XPathDocumentBaseIterator iter ) : System

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

XPathDocumentBaseIterator ( XPathDocumentNavigator ctxt ) : System

Create a new iterator that is initially positioned on the "ctxt" node.

메소드 상세

XPathDocumentBaseIterator() 보호된 메소드

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

XPathDocumentBaseIterator() 보호된 메소드

Create a new iterator that is initially positioned on the "ctxt" node.
protected XPathDocumentBaseIterator ( XPathDocumentNavigator ctxt ) : System
ctxt XPathDocumentNavigator
리턴 System

프로퍼티 상세

ctxt 보호되어 있는 프로퍼티

protected XPathDocumentNavigator ctxt
리턴 XPathDocumentNavigator

pos 보호되어 있는 프로퍼티

protected int pos
리턴 int