C# Класс MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator

Iterate over all element descendants with a particular QName.
Наследование: XPathDocumentBaseIterator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clone ( ) : XPathNodeIterator

Create a copy of this iterator.

MoveNext ( ) : bool

Position the iterator to the next descendant.

XPathDocumentElementDescendantIterator ( XPathDocumentElementDescendantIterator iter ) : System

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

XPathDocumentElementDescendantIterator ( XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf ) : System

Create an iterator that ranges over all element descendants of "root" having the specified QName.

Описание методов

Clone() публичный Метод

Create a copy of this iterator.
public Clone ( ) : XPathNodeIterator
Результат System.Xml.XPath.XPathNodeIterator

MoveNext() публичный Метод

Position the iterator to the next descendant.
public MoveNext ( ) : bool
Результат bool

XPathDocumentElementDescendantIterator() публичный Метод

Create a new iterator that is a copy of "iter".
public XPathDocumentElementDescendantIterator ( XPathDocumentElementDescendantIterator iter ) : System
iter XPathDocumentElementDescendantIterator
Результат System

XPathDocumentElementDescendantIterator() публичный Метод

Create an iterator that ranges over all element descendants of "root" having the specified QName.
public XPathDocumentElementDescendantIterator ( XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf ) : System
root XPathDocumentNavigator
name string
namespaceURI string
matchSelf bool
Результат System