|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.expr.Expr
org.basex.query.xquery.item.Item
org.basex.query.xquery.item.Str
org.basex.query.xquery.item.NCN
public class NCN
NCName item.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.item.Str |
|---|
ZERO |
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Constructor Summary | |
|---|---|
NCN(byte[] v)
Constructor. |
|
NCN(byte[] v,
Type t)
Constructor. |
|
| Method Summary | |
|---|---|
static void |
check(byte[] name)
Checks the validity of the specified name. |
| Methods inherited from class org.basex.query.xquery.item.Str |
|---|
bool, dbl, diff, eq, flt, get, itr, s, serialize, serialize, str, toString |
| Methods inherited from class org.basex.query.xquery.item.Item |
|---|
castErr, comp, eval, i, info, iter, serialize, size |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
cls, d, e, n, node, u |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NCN(byte[] v)
throws XQException
v - value
XQException - evaluation exception
public NCN(byte[] v,
Type t)
throws XQException
v - valuet - data type
XQException - evaluation exception| Method Detail |
|---|
public static void check(byte[] name)
throws XQException
name - name to be checked
XQException - if name is invalid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||