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

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

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

Метод Описание
Add ( string key, XPathNavigator navigator ) : void

Add a node indexed by the specified key value.

Lookup ( string key ) : XmlQueryNodeSequence

Lookup a sequence of nodes that are indexed by the specified key value. Return a non-null empty sequence, if there are no nodes associated with the key.

Приватные методы

Метод Описание
XmlILIndex ( ) : System

This constructor is internal so that external users cannot construct it (and therefore we do not have to test it separately).

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

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

Add a node indexed by the specified key value.
public Add ( string key, XPathNavigator navigator ) : void
key string
navigator System.Xml.XPath.XPathNavigator
Результат void

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

Lookup a sequence of nodes that are indexed by the specified key value. Return a non-null empty sequence, if there are no nodes associated with the key.
public Lookup ( string key ) : XmlQueryNodeSequence
key string
Результат XmlQueryNodeSequence