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