C# Class System.Xml.XPath.Extensions

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
CreateNavigator ( this node ) : System.Xml.XPath.XPathNavigator
CreateNavigator ( this node, System nameTable ) : System.Xml.XPath.XPathNavigator
XPathEvaluate ( this node, string expression ) : object
XPathEvaluate ( this node, string expression, System resolver ) : object
XPathSelectElement ( this node, string expression ) : System.Xml.Linq.XElement
XPathSelectElement ( this node, string expression, System resolver ) : System.Xml.Linq.XElement
XPathSelectElements ( this node, string expression ) : System.Collections.Generic.IEnumerable
XPathSelectElements ( this node, string expression, System resolver ) : System.Collections.Generic.IEnumerable

Method Details

CreateNavigator() public static méthode

public static CreateNavigator ( this node ) : System.Xml.XPath.XPathNavigator
node this
Résultat System.Xml.XPath.XPathNavigator

CreateNavigator() public static méthode

public static CreateNavigator ( this node, System nameTable ) : System.Xml.XPath.XPathNavigator
node this
nameTable System
Résultat System.Xml.XPath.XPathNavigator

XPathEvaluate() public static méthode

public static XPathEvaluate ( this node, string expression ) : object
node this
expression string
Résultat object

XPathEvaluate() public static méthode

public static XPathEvaluate ( this node, string expression, System resolver ) : object
node this
expression string
resolver System
Résultat object

XPathSelectElement() public static méthode

public static XPathSelectElement ( this node, string expression ) : System.Xml.Linq.XElement
node this
expression string
Résultat System.Xml.Linq.XElement

XPathSelectElement() public static méthode

public static XPathSelectElement ( this node, string expression, System resolver ) : System.Xml.Linq.XElement
node this
expression string
resolver System
Résultat System.Xml.Linq.XElement

XPathSelectElements() public static méthode

public static XPathSelectElements ( this node, string expression ) : System.Collections.Generic.IEnumerable
node this
expression string
Résultat System.Collections.Generic.IEnumerable

XPathSelectElements() public static méthode

public static XPathSelectElements ( this node, string expression, System resolver ) : System.Collections.Generic.IEnumerable
node this
expression string
resolver System
Résultat System.Collections.Generic.IEnumerable