|
||||||||||
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
- parentMethod Detail |
---|
public byte[] str()
Item
str
in class Item
public QNm qname()
Nod
qname
in class Nod
public byte[] nname()
Nod
nname
in class Nod
public void serialize(Serializer ser) throws java.io.IOException
Item
serialize
in class Item
ser
- serializer
java.io.IOException
- exceptionpublic FPI copy()
Nod
copy
in class Nod
public java.lang.String toString()
toString
in class Item
public void plan(Serializer ser) throws java.io.IOException
ExprInfo
plan
in class Item
ser
- serializer
java.io.IOException
- exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |