C# 클래스 Mvp.Xml.Common.XPath.IndexingXPathNavigator.KeyDef

Compilable key definition.
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
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