C# Класс System.Xml.XPath.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CreateNavigator() публичный статический Метод

public static CreateNavigator ( this node ) : System.Xml.XPath.XPathNavigator
node this
Результат System.Xml.XPath.XPathNavigator

CreateNavigator() публичный статический Метод

public static CreateNavigator ( this node, System nameTable ) : System.Xml.XPath.XPathNavigator
node this
nameTable System
Результат System.Xml.XPath.XPathNavigator

XPathEvaluate() публичный статический Метод

public static XPathEvaluate ( this node, string expression ) : object
node this
expression string
Результат object

XPathEvaluate() публичный статический Метод

public static XPathEvaluate ( this node, string expression, System resolver ) : object
node this
expression string
resolver System
Результат object

XPathSelectElement() публичный статический Метод

public static XPathSelectElement ( this node, string expression ) : System.Xml.Linq.XElement
node this
expression string
Результат System.Xml.Linq.XElement

XPathSelectElement() публичный статический Метод

public static XPathSelectElement ( this node, string expression, System resolver ) : System.Xml.Linq.XElement
node this
expression string
resolver System
Результат System.Xml.Linq.XElement

XPathSelectElements() публичный статический Метод

public static XPathSelectElements ( this node, string expression ) : System.Collections.Generic.IEnumerable
node this
expression string
Результат System.Collections.Generic.IEnumerable

XPathSelectElements() публичный статический Метод

public static XPathSelectElements ( this node, string expression, System resolver ) : System.Collections.Generic.IEnumerable
node this
expression string
resolver System
Результат System.Collections.Generic.IEnumerable