C# Класс Mvp.Xml.Common.XPath.IndexingXPathNavigator.KeyDef

Compilable key definition.
Показать файл Открыть проект

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

Метод Описание
Compile ( ) : void

Compiles match and use expressions.

KeyDef ( XPathNavigator nav, string match, string use ) : System

Creates a key definition with specified 'match' and 'use' expressions.

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

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

Compiles match and use expressions.
public Compile ( ) : void
Результат void

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

Creates a key definition with specified 'match' and 'use' expressions.
public KeyDef ( XPathNavigator nav, string match, string use ) : System
nav System.Xml.XPath.XPathNavigator XPathNavigator to compile XPath expressions
match string XPath pattern, defining the nodes to /// which this key is applicable
use string XPath expression expression used to /// determine the value of the key for each matching node.
Результат System