C# Class Catalogue.Gemini.Encoding.XPathExtensions

Afficher le fichier Open project: jncc/topcat

Méthodes publiques

Méthode Description
XPath ( this doc, string xpath ) : System.Xml.Linq.XElement

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

Method Details

XPath() public static méthode

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
Résultat System.Xml.Linq.XElement