|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.expr.Constr
public final class Constr
Element constructor.
| Field Summary | |
|---|---|
NodIter |
ats
Attribute array. |
NodIter |
children
Node array. |
byte[] |
duplAtt
Error: duplicate attribute. |
boolean |
errAtt
Error: attribute position. |
| Constructor Summary | |
|---|---|
Constr(QueryContext ctx,
Expr... expr)
Creates the children of the constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final NodIter children
public final NodIter ats
public boolean errAtt
public byte[] duplAtt
| Constructor Detail |
|---|
public Constr(QueryContext ctx,
Expr... expr)
throws QueryException
ctx - query contextexpr - input expressions
QueryException - query exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||