|
||||||||||
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 | |
---|---|
ANodeList |
atts
Attribute array. |
ANodeList |
children
Node array. |
byte[] |
duplAtt
Error: duplicate attribute. |
byte[] |
duplNS
Error: duplicate namespace. |
boolean |
errAtt
Error: attribute position. |
boolean |
errNS
Error: namespace position. |
Atts |
nspaces
Namespace array. |
Constructor Summary | |
---|---|
Constr(InputInfo ii,
QueryContext qc)
Creates the children of the constructor. |
Method Summary | |
---|---|
Constr |
add(Expr... expr)
Constructs child and attribute nodes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final ANodeList children
public final ANodeList atts
public final Atts nspaces
public boolean errAtt
public boolean errNS
public byte[] duplAtt
public byte[] duplNS
Constructor Detail |
---|
public Constr(InputInfo ii, QueryContext qc)
ii
- input infoqc
- query contextMethod Detail |
---|
public Constr add(Expr... expr) throws QueryException
expr
- input expressions
QueryException
- query exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |