Class FTIter

java.lang.Object
org.basex.query.iter.Iter
org.basex.query.iter.FTIter

public abstract class FTIter extends Iter
Node iterator interface.
Author:
BaseX Team 2005-21, BSD License, Sebastian Gath
  • Constructor Details

    • FTIter

      public FTIter()
  • Method Details

    • next

      public abstract FTNode next() throws QueryException
      Description copied from class: Iter
      Returns the next item.
      Specified by:
      next in class Iter
      Returns:
      resulting item, or null if all items have been returned
      Throws:
      QueryException - query exception