An XPathNodeIterator that allows arbitrary addition of the XPathNavigator nodes that belong to the set.

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

Syntax

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

Remarks

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

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

Inheritance Hierarchy

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

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