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

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

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

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

Create a copy of this iterator.

MoveNext ( ) : bool

Position the iterator to the next descendant.

XPathDocumentKindDescendantIterator ( XPathDocumentKindDescendantIterator iter ) : System

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

XPathDocumentKindDescendantIterator ( XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf ) : System

Create an iterator that ranges over all content descendants of "root" having the specified XPathNodeType.

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

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

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

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

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

Create an iterator that ranges over all content descendants of "root" having the specified XPathNodeType.
public XPathDocumentKindDescendantIterator ( XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf ) : System
root XPathDocumentNavigator
typ XPathNodeType
matchSelf bool
Результат System