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
| Name | Description | |
|---|---|---|
| Clone |
See Clone()() (Overrides XPathNodeIterator..::Clone()().) | |
| Equals | (Inherited from Object.) | |
| GetEnumerator | Returns an IEnumerator object to iterate through the selected node set. (Inherited from XPathNodeIterator.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MoveNext |
Always false. See MoveNext()() (Overrides XPathNodeIterator..::MoveNext()().) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Fields
| Name | Description | |
|---|---|---|
| Instance |
EmptyXPathNodeIterator instance.
|
Public Properties
| Name | Description | |
|---|---|---|
| Count |
Always 0. See Count (Overrides XPathNodeIterator..::Count.) | |
| Current |
Always null. See Current (Overrides XPathNodeIterator..::Current.) | |
| CurrentPosition |
Always 0. See CurrentPosition (Overrides XPathNodeIterator..::CurrentPosition.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable..::Clone | (Inherited from XPathNodeIterator.) |
See Also
Mvp.Xml.Common.XPath Namespace