Class FnSubsequenceWhere


  • public class FnSubsequenceWhere
    extends StandardFunc
    Function implementation.
    Author:
    BaseX Team 2005-24, BSD License, Christian Gruen
    • Constructor Detail

      • FnSubsequenceWhere

        public FnSubsequenceWhere()
    • Method Detail

      • iter

        public Iter iter​(QueryContext qc)
                  throws QueryException
        Description copied from class: Expr
        Evaluates the expression and returns an iterator on the resulting items. The implementation of this method is optional.
        Overrides:
        iter in class ParseExpr
        Parameters:
        qc - query context
        Returns:
        iterator
        Throws:
        QueryException - query exception
      • hofIndex

        public int hofIndex()
        Description copied from class: StandardFunc
        Returns the index of a single higher-order function parameter.
        Overrides:
        hofIndex in class StandardFunc
        Returns:
        index, -1 if no HOF parameter exists, or Integer#MAX_VALUE if the number cannot be returned or if multiple HOF parameters exist