C# Class Catalogue.Gemini.Encoding.XPathExtensions

Mostra file Open project: jncc/topcat

Public Methods

Method 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 method

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
return System.Xml.Linq.XElement