C# Класс MS.Internal.Xml.XPath.XPathAncestorIterator

Наследование: XPathAxisIterator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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