Package org.basex.query.expr.constr
Class Constr
- java.lang.Object
-
- org.basex.query.expr.constr.Constr
-
public final class Constr extends Object
Node constructor.- Author:
- BaseX Team 2005-24, BSD License, Christian Gruen
-
-
Constructor Summary
Constructors Constructor Description Constr(FBuilder builder, InputInfo info, QueryContext qc)
Creates the children of the constructor.
-
-
-
Constructor Detail
-
Constr
public Constr(FBuilder builder, InputInfo info, QueryContext qc)
Creates the children of the constructor.- Parameters:
builder
- node builderinfo
- input info (can benull
)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
-
-