Class DocumentBuilder
Class DomDestination
Class DynamicError
Class NullDestination
Class Processor
Class QName
Class SchemaManager
Class SchemaValidator
Class SequenceEnumerator
Class Serializer
Class StaticError
Class TextWriterDestination
Class XPathCompiler
Class XPathExecutable
Class XPathSelector
Class XQueryCompiler
Class XQueryEvaluator
Class XQueryExecutable
Class XdmAtomicValue
Class XdmDestination
Class XdmEmptySequence
Class XdmItem
Class XdmNode
Class XdmValue
Class XmlDestination
Class XsltCompiler
Class XsltExecutable
Class XsltTransformer
Enum RecoveryPolicy
Enum SchemaValidationMode
Enum TreeModel
Enum WhitespacePolicy
Enum XdmAxis
Interface IMessageListener
Interface IQueryResolver
Interface IResultDocumentHandler
Interface IXmlLocation
Interface SchemaResolver
public class XdmEmptySequence
The class XdmEmptySequence
represents an empty sequence in the XDM Data Model.
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.
Property Summary | |
---|---|
static XdmEmptySequence |
INSTANCE |
Property Detail |
---|
public static XdmEmptySequence INSTANCE {}