XPathNodeIterator over a single node. Can be used to return a single node out of an XSLT or XPath extension function.

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

Syntax

Visual Basic (Declaration)
Public Class SingletonXPathNodeIterator
    Inherits XPathNodeIterator
C#
public class SingletonXPathNodeIterator : XPathNodeIterator
C++
ref class SingletonXPathNodeIterator : XPathNodeIterator
J#
public class SingletonXPathNodeIterator extends XPathNodeIterator
JScript
public class SingletonXPathNodeIterator extends XPathNodeIterator

Remarks

Author: Oleg Tkachenko, http://www.xmllab.net.

Inheritance Hierarchy

System.Object
   System.Xml.XPath.XPathNodeIterator
      Mvp.Xml.Common.XPath.SingletonXPathNodeIterator

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