Returns true if this sequence contains another item beyond the currently active one. Initially, the result sequence is positioned before the first item, if any, and this method will return false if the sequence is empty. Note that if the current item is large (node, binary, text) and has not yet been fully consumed by the client, it's value may be flushed and lost as the result stream is positioned to the next item.
True if at least one more item exists in this ResultSequence. If closed, this method always returns false.
ResultSequence Interface | Marklogic.Xcc Namespace