Class XmlNodeListFactory
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Xml
Assembly: Umbraco.Core.dll
Syntax
public class XmlNodeListFactory : object
Methods
View SourceCreateNodeList(XPathNodeIterator)
Creates an instance of a
Declaration
public static XmlNodeList CreateNodeList(XPathNodeIterator iterator)
Parameters
Type | Name | Description |
---|---|---|
XPath |
iterator | The result of a previous node selection
through an |
Returns
Type | Description |
---|---|
Xml |
An initialized list ready to be enumerated. |
Remarks
The underlying XML store used to issue the query must be
an object inheriting