C# Class System.Xml.XPath.Extensions

显示文件 Open project: dotnet/corefx

Public Methods

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

public static CreateNavigator ( this node ) : System.Xml.XPath.XPathNavigator
node this
return System.Xml.XPath.XPathNavigator

CreateNavigator() public static method

public static CreateNavigator ( this node, System nameTable ) : System.Xml.XPath.XPathNavigator
node this
nameTable System
return System.Xml.XPath.XPathNavigator

XPathEvaluate() public static method

public static XPathEvaluate ( this node, string expression ) : object
node this
expression string
return object

XPathEvaluate() public static method

public static XPathEvaluate ( this node, string expression, System resolver ) : object
node this
expression string
resolver System
return object

XPathSelectElement() public static method

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

XPathSelectElement() public static method

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

XPathSelectElements() public static method

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

XPathSelectElements() public static method

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