C# Class Mvp.Xml.Common.XPath.IndexingXPathNavigator.KeyDef

Compilable key definition.
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
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.

Method Details

Compile() public méthode

Compiles match and use expressions.
public Compile ( ) : void
Résultat void

KeyDef() public méthode

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.
Résultat System