Mvp.Xml Library API Documentation

Syntax

C#
public class EmptyXPathNodeIterator
Visual Basic (Declaration)
Public Class EmptyXPathNodeIterator
Visual C++
public ref class EmptyXPathNodeIterator

The type exposes the following members.

Public Methods

  NameDescription
Public methodClone (Overrides XPathNodeIterator..::Clone()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an IEnumerator object to iterate through the selected node set.
(Inherited from XPathNodeIterator.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveNext
Always false. See MoveNext()()
(Overrides XPathNodeIterator..::MoveNext()().)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Fields

  NameDescription
Public fieldStatic memberInstance
EmptyXPathNodeIterator instance.

Public Properties

  NameDescription
Public propertyCount
Always 0. See Count
(Overrides XPathNodeIterator..::Count.)
Public propertyCurrent
Always null. See Current
(Overrides XPathNodeIterator..::Current.)
Public propertyCurrentPosition
Always 0. See CurrentPosition
(Overrides XPathNodeIterator..::CurrentPosition.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable..::Clone (Inherited from XPathNodeIterator.)

See Also