C# Class System.Xml.Xsl.XsltOld.Key

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
AddKey ( XPathNavigator root, Hashtable table ) : void
Clone ( ) : Key
GetKeys ( XPathNavigator root ) : Hashtable
Key ( XmlQualifiedName name, int matchkey, int usekey ) : System

Method Details

AddKey() public method

public AddKey ( XPathNavigator root, Hashtable table ) : void
root System.Xml.XPath.XPathNavigator
table System.Collections.Hashtable
return void

Clone() public method

public Clone ( ) : Key
return Key

GetKeys() public method

public GetKeys ( XPathNavigator root ) : Hashtable
root System.Xml.XPath.XPathNavigator
return System.Collections.Hashtable

Key() public method

public Key ( XmlQualifiedName name, int matchkey, int usekey ) : System
name System.Xml.XmlQualifiedName
matchkey int
usekey int
return System