Class FnReplace


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

      • FnReplace

        public FnReplace()
    • Method Detail

      • has

        public boolean has​(Flag... flags)
        Description copied from class: Expr
        Indicates if an expression has one of the specified compiler properties. This method must only be called at compile time. It is invoked to test properties of sub-expressions. It returns true if at least flag matches an expression.
        Overrides:
        has in class StandardFunc
        Parameters:
        flags - flags to be checked
        Returns:
        result of check