Class Docs

  • Direct Known Subclasses:
    FnCollection, FnDocAvailable

    public abstract class Docs
    extends DynamicFn
    Document and collection functions.
    Author:
    BaseX Team 2005-23, BSD License, Christian Gruen
    • Constructor Detail

      • Docs

        public Docs()
    • Method Detail

      • accept

        public final boolean accept​(ASTVisitor visitor)
        Description copied from class: Expr
        Traverses this expression, notifying the visitor of declared and used variables, and checking the tree for other recursive properties.
        Overrides:
        accept in class Arr
        Parameters:
        visitor - visitor
        Returns:
        if the walk should be continued