C# Class MorseCode.CsJs.Xml.XPath.XPath

Afficher le fichier Open project: jam40jeff/CsJs

Méthodes publiques

Méthode Description
Evaluate ( XmlNode node, string xpath ) : XmlNodeList
Evaluate ( XmlNode node, string xpath, string>.Func resolver ) : XmlNodeList
Evaluate ( string xml, string xpath ) : XmlNodeList
Evaluate ( string xml, string xpath, string>.Func resolver ) : XmlNodeList

Private Methods

Méthode Description
GetJQueryObject ( XmlNode node ) : jQueryObject

Method Details

Evaluate() public static méthode

public static Evaluate ( XmlNode node, string xpath ) : XmlNodeList
node System.Xml.XmlNode
xpath string
Résultat System.Xml.XmlNodeList

Evaluate() public static méthode

public static Evaluate ( XmlNode node, string xpath, string>.Func resolver ) : XmlNodeList
node System.Xml.XmlNode
xpath string
resolver string>.Func
Résultat System.Xml.XmlNodeList

Evaluate() public static méthode

public static Evaluate ( string xml, string xpath ) : XmlNodeList
xml string
xpath string
Résultat System.Xml.XmlNodeList

Evaluate() public static méthode

public static Evaluate ( string xml, string xpath, string>.Func resolver ) : XmlNodeList
xml string
xpath string
resolver string>.Func
Résultat System.Xml.XmlNodeList