|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use QNm | |
|---|---|
| org.basex.query.xquery.item | Contains XQuery 1.0 data types. |
| org.basex.query.xquery.path | Contains XQuery 1.0 path expressions. |
| org.basex.query.xquery.util | Contains XQuery utility classes. |
| Uses of QNm in org.basex.query.xquery.item |
|---|
| Fields in org.basex.query.xquery.item declared as QNm | |
|---|---|
QNm |
FPI.name
PI name. |
| Methods in org.basex.query.xquery.item that return QNm | |
|---|---|
QNm |
Node.qname()
Returns the node name. |
QNm |
FPI.qname()
|
QNm |
FElem.qname()
|
QNm |
FAttr.qname()
|
QNm |
DNode.qname()
|
| Methods in org.basex.query.xquery.item with parameters of type QNm | |
|---|---|
boolean |
QNm.eq(QNm n)
Compares the specified item. |
static Type |
Type.find(QNm type,
boolean nodes)
Finds and returns the specified data type. |
static Type |
Type.node(QNm type)
Finds and returns the specified node type. |
| Constructors in org.basex.query.xquery.item with parameters of type QNm | |
|---|---|
FAttr(QNm n,
byte[] v,
Node p)
Constructor. |
|
FElem(QNm n,
NodeBuilder ch,
NodeBuilder at,
byte[] b,
FAttr[] ns,
Node p)
Constructor. |
|
FPI(QNm n,
byte[] v,
Node p)
Constructor. |
|
SeqType(QNm name,
int o,
byte[] e)
Constructor. |
|
| Uses of QNm in org.basex.query.xquery.path |
|---|
| Fields in org.basex.query.xquery.path declared as QNm | |
|---|---|
QNm |
Test.name
Name test. |
| Constructors in org.basex.query.xquery.path with parameters of type QNm | |
|---|---|
Test(QNm n,
boolean w,
XQContext ctx)
Constructor. |
|
| Uses of QNm in org.basex.query.xquery.util |
|---|
| Fields in org.basex.query.xquery.util declared as QNm | |
|---|---|
QNm |
Var.name
Variable name. |
| Methods in org.basex.query.xquery.util with parameters of type QNm | |
|---|---|
void |
Functions.error(QNm name)
Finds similar function names for throwing an error message. |
Expr |
Functions.get(XQContext ctx,
QNm name,
Expr[] args)
Returns the specified function. |
boolean |
Namespaces.index(QNm name)
Indexes the specified namespace. |
void |
Namespaces.uri(QNm qname)
Assigns a uri to the specified QName. |
| Constructors in org.basex.query.xquery.util with parameters of type QNm | |
|---|---|
Var(QNm n)
Constructor. |
|
Var(QNm n,
boolean s)
Constructor. |
|
Var(QNm n,
SeqType t)
Constructor. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||