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

The following tables list the members exposed by SingletonXPathNodeIterator.

Public Constructors

  Name Description
SingletonXPathNodeIterator Creates new instance of SingletonXPathNodeIterator over given node.
Top

Public Properties

  Name Description
Public property Count Overidden. Always 1. See Count
Public property Current Overidden. See Current
Public property CurrentPosition Overidden. See CurrentPosition
Top

Public Methods

  Name Description
Public method Clone Overidden. See Clone
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetEnumerator Returns an IEnumerator object to iterate through the selected node set. (inherited from XPathNodeIterator)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method MoveNext Overidden. See MoveNext
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

See Also