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

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Clone() public méthode

public Clone ( ) : Key
Résultat Key

GetKeys() public méthode

public GetKeys ( XPathNavigator root ) : Hashtable
root System.Xml.XPath.XPathNavigator
Résultat System.Collections.Hashtable

Key() public méthode

public Key ( XmlQualifiedName name, int matchkey, int usekey ) : System
name System.Xml.XmlQualifiedName
matchkey int
usekey int
Résultat System