C# Класс Catalogue.Gemini.Encoding.XPathExtensions

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

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

Метод Описание
XPath ( this doc, string xpath ) : System.Xml.Linq.XElement

A more convenient XPathSelectElement which works with the standard ISO namespaces.

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

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

A more convenient XPathSelectElement which works with the standard ISO namespaces.
public static XPath ( this doc, string xpath ) : System.Xml.Linq.XElement
doc this
xpath string
Результат System.Xml.Linq.XElement