Saxon API for .NET

SequenceEnumerator Class

This class represents an enumeration of the values in an XPath sequence. It implements the IEnumerator interface, and the objects returned are always instances of XPathItem

For a list of all members of this type, see SequenceEnumerator Members.

System.Object
   SequenceEnumerator

public class SequenceEnumerator : IEnumerator

Remarks

Because the underlying value can be evaluated lazily, it is possible for exceptions to occur as the sequence is being read.

Requirements

Namespace: Saxon.Api

Assembly: saxon8api (in saxon8api.netmodule)

See Also

SequenceEnumerator Members | Saxon.Api Namespace