Class FnTokenize


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

      • FnTokenize

        public FnTokenize()
    • 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
      • whitespace

        public boolean whitespace()
        Indicates if default whitespace tokenization is to be performed.
        Returns:
        result of check