Empty XPathNodeIterator, used to represent empty node sequence. Can be used to return empty nodeset out of an XSLT or XPath extension function. Implemented as a singleton.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

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

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