The class XdmEmptySequence
represents an empty sequence in the XDM Data Model.
For a list of all members of this type, see XdmEmptySequence Members.
System.Object
XdmValue
XdmEmptySequence
An empty sequence may also be represented by an XdmValue
whose length
happens to be zero. Applications should therefore not test to see whether an object
is an instance of this class in order to decide whether it is empty.
In interfaces that expect an XdmItem
, an empty sequence is represented
by a CLI null
value.
Namespace: Saxon.Api
Assembly: saxon8api (in saxon8api.netmodule)