XsltConvert.ToNodeSet 方法

定义

将指定的值转换为节点序列。

重载

ToNodeSet(IList<XPathItem>)

此 API 支持产品基础结构,不能在代码中直接使用。

将项转换为节点序列。

ToNodeSet(XPathItem)

此 API 支持产品基础结构,不能在代码中直接使用。

将指定的值转换为节点。

ToNodeSet(IList<XPathItem>)

Source:
XsltConvert.cs
Source:
XsltConvert.cs
Source:
XsltConvert.cs

将项转换为节点序列。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ ToNodeSet(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ToNodeSet (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member ToNodeSet : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ToNodeSet (listItems As IList(Of XPathItem)) As IList(Of XPathNavigator)

参数

listItems
IList<XPathItem>

一个 XPathItem 实例的序列。

返回

一个 XPathNavigator 实例的序列。

适用于

ToNodeSet(XPathItem)

Source:
XsltConvert.cs
Source:
XsltConvert.cs
Source:
XsltConvert.cs

将指定的值转换为节点。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ ToNodeSet(System::Xml::XPath::XPathItem ^ item);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ToNodeSet (System.Xml.XPath.XPathItem item);
static member ToNodeSet : System.Xml.XPath.XPathItem -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ToNodeSet (item As XPathItem) As IList(Of XPathNavigator)

参数

item
XPathItem

XPathItem 类的实例。

返回

XmlQuerySequence<T> 类的实例。

适用于