Class Constr


  • public final class Constr
    extends Object
    Node constructor.
    Author:
    BaseX Team 2005-24, BSD License, Christian Gruen
    • Field Detail

      • errAtt

        public QNm errAtt
        Error: attribute position.
      • duplAtt

        public QNm duplAtt
        Error: duplicate attribute.
    • Constructor Detail

      • Constr

        public Constr​(FBuilder builder,
                      InputInfo info,
                      QueryContext qc)
        Creates the children of the constructor.
        Parameters:
        builder - node builder
        info - input info (can be null)
        qc - query context
    • Method Detail

      • add

        public Constr add​(Expr... exprs)
                   throws QueryException
        Constructs child and attribute nodes.
        Parameters:
        exprs - input expressions
        Returns:
        self reference
        Throws:
        QueryException - query exception