Saxon.Api
Class EmptyEnumerator<T>
-
public class EmptyEnumerator<T>
- extends IEnumerator<T>
An implementation of IEnumerator
that iterates over an empty sequence.
Field Summary |
|
---|---|
static EmptyEnumerator<XdmItem> | INSTANCE
Create an instance of the enumerator with the |
static EmptyEnumerator<XdmNode> | NODE_INSTANCE
Create an instance of the enumerator with the |
Method Summary |
|
---|---|
void | Dispose() The Dispose method is not implemented on this Enumerator |
bool | MoveNext() Move to the next item in the enumerator.. |
void | Reset() Reset the enumerator |
Field Detail
INSTANCE
Create an instance of the enumerator with the XdmItem
as the generic type
NODE_INSTANCE
Create an instance of the enumerator with the XdmNode
as the generic type
Method Detail
Dispose
MoveNext
Move to the next item in the enumerator..
Returns:
Reset
Reset the enumerator
The Dispose method is not implemented on this Enumerator