C# Класс System.Xml.Xsl.Runtime.AttributeIterator

Показать файл Открыть проект

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

Метод Описание
Create ( XPathNavigator context ) : void

Initialize the AttributeIterator.

MoveNext ( ) : bool

Position the iterator on the attribute. Return true if such a child exists and set Current property. Otherwise, return false (Current property is undefined).

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

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

Initialize the AttributeIterator.
public Create ( XPathNavigator context ) : void
context System.Xml.XPath.XPathNavigator
Результат void

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

Position the iterator on the attribute. Return true if such a child exists and set Current property. Otherwise, return false (Current property is undefined).
public MoveNext ( ) : bool
Результат bool