Class DocumentNodeConstructorRuntimeIterator

All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable, RuntimeIteratorInterface

public class DocumentNodeConstructorRuntimeIterator extends AtMostOneItemLocalRuntimeIterator
Runtime iterator for document node constructors. Document node constructors create document nodes according to the XQuery 3.1 specification. All document node constructors are computed constructors. The result of a document node constructor is a new document node, with its own node identity.
See Also: