Constructs XmlNodeList instances from XPathNodeIterator objects.

Namespace: Mvp.Xml.Common
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class XmlNodeListFactory
C#
public sealed class XmlNodeListFactory
C++
ref class XmlNodeListFactory sealed 
J#
public final class XmlNodeListFactory
JScript
public final class XmlNodeListFactory

Remarks

See http://weblogs.asp.net/cazzu/archive/2004/04/14/113479.aspx.

Author: Daniel Cazzulino, kzu.net@gmail.com

Contributors: Oleg Tkachenko, olegt@xmllab.net

Inheritance Hierarchy

System.Object
   Mvp.Xml.Common.XmlNodeListFactory

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also