|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.ExprInfo
org.basex.query.xquery.expr.Expr
org.basex.query.xquery.item.Item
org.basex.query.xquery.item.Nod
org.basex.query.xquery.item.FNode
org.basex.query.xquery.item.FPI
public final class FPI
PI Node.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.basex.query.xquery.expr.Expr |
|---|
Expr.Return, Expr.Using |
| Field Summary | |
|---|---|
QNm |
name
PI name. |
| Fields inherited from class org.basex.query.xquery.item.Item |
|---|
type |
| Constructor Summary | |
|---|---|
FPI(QNm n,
byte[] v,
Nod p)
Constructor. |
|
| Method Summary | |
|---|---|
FPI |
copy()
Creates a new copy (clone) of the node. |
byte[] |
nname()
Returns the node name. |
void |
plan(Serializer ser)
Recursively sends the abstract syntax of this expression to the specified serializer. |
QNm |
qname()
Returns the node name. |
void |
serialize(Serializer ser)
Serializes the item. |
byte[] |
str()
Returns an atomized string. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.xquery.item.FNode |
|---|
attr, child, desc, descOrSelf |
| Methods inherited from class org.basex.query.xquery.item.Nod |
|---|
anc, ancOrSelf, base, bool, dbl, dec, diff, diff, eq, finish, flt, foll, follSibl, is, itr, java, ns, par, parent, parent, prec, precSibl, qname, self |
| Methods inherited from class org.basex.query.xquery.item.Item |
|---|
castErr, comp, d, hash, i, iter, iter, n, name, node, returned, s, score, score, size, u, uses |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
e |
| Methods inherited from class org.basex.query.ExprInfo |
|---|
color, info |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final QNm name
| Constructor Detail |
|---|
public FPI(QNm n,
byte[] v,
Nod p)
n - namev - valuep - parent| Method Detail |
|---|
public byte[] str()
Item
str in class Itempublic QNm qname()
Nod
qname in class Nodpublic byte[] nname()
Nod
nname in class Nod
public void serialize(Serializer ser)
throws java.io.IOException
Item
serialize in class Itemser - serializer
java.io.IOException - exceptionpublic FPI copy()
Nod
copy in class Nodpublic java.lang.String toString()
toString in class Item
public void plan(Serializer ser)
throws java.io.IOException
ExprInfo
plan in class Itemser - serializer
java.io.IOException - exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||