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

Compilable key definition.
Mostrar archivo Open project: Monobjc/monobjc-tools

Public Methods

Method 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 method

Compiles match and use expressions.
public Compile ( ) : void
return void

KeyDef() public method

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.
return System