Class DocFunctionIterator

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

public class DocFunctionIterator extends LocalFunctionCallIterator
The `DocFunctionIterator` class implements the `doc` function from XQuery. It retrieves and parses an XML document from a given URI.
See Also: