C# 클래스 MS.Internal.Xml.XPath.XPathAncestorIterator

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

공개 메소드들

메소드 설명
Clone ( ) : XPathNodeIterator
MoveNext ( ) : bool
XPathAncestorIterator ( XPathAncestorIterator other ) : System
XPathAncestorIterator ( XPathNavigator nav, XPathNodeType type, bool matchSelf ) : System
XPathAncestorIterator ( XPathNavigator nav, string name, string namespaceURI, bool matchSelf ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : XPathNodeIterator
리턴 System.Xml.XPath.XPathNodeIterator

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

XPathAncestorIterator() 공개 메소드

public XPathAncestorIterator ( XPathAncestorIterator other ) : System
other XPathAncestorIterator
리턴 System

XPathAncestorIterator() 공개 메소드

public XPathAncestorIterator ( XPathNavigator nav, XPathNodeType type, bool matchSelf ) : System
nav System.Xml.XPath.XPathNavigator
type XPathNodeType
matchSelf bool
리턴 System

XPathAncestorIterator() 공개 메소드

public XPathAncestorIterator ( XPathNavigator nav, string name, string namespaceURI, bool matchSelf ) : System
nav System.Xml.XPath.XPathNavigator
name string
namespaceURI string
matchSelf bool
리턴 System