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

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

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

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

Create a copy of this iterator.

MoveNext ( ) : bool

Position the iterator to the next descendant.

XPathDocumentKindChildIterator ( XPathDocumentKindChildIterator iter ) : System

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

XPathDocumentKindChildIterator ( XPathDocumentNavigator parent, XPathNodeType typ ) : System

Create an iterator that ranges over all content children of "parent" 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

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

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

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

Create an iterator that ranges over all content children of "parent" having the specified XPathNodeType.
public XPathDocumentKindChildIterator ( XPathDocumentNavigator parent, XPathNodeType typ ) : System
parent XPathDocumentNavigator
typ XPathNodeType
Результат System