|
||||||||||
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.FComm
public final class FComm
Comment Node.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.basex.query.xquery.expr.Expr |
---|
Expr.Return, Expr.Using |
Field Summary |
---|
Fields inherited from class org.basex.query.xquery.item.Item |
---|
type |
Constructor Summary | |
---|---|
FComm(byte[] t,
Nod p)
Constructor. |
Method Summary | |
---|---|
FComm |
copy()
Creates a new copy (clone) of the node. |
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, nname, ns, par, parent, parent, prec, precSibl, qname, qname, self |
Methods inherited from class org.basex.query.xquery.item.Item |
---|
castErr, comp, d, hash, i, iter, iter, n, name, node, plan, 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 |
Constructor Detail |
---|
public FComm(byte[] t, Nod p)
t
- text valuep
- parentMethod Detail |
---|
public byte[] str()
Item
str
in class Item
public void serialize(Serializer ser) throws java.io.IOException
Item
serialize
in class Item
ser
- serializer
java.io.IOException
- exceptionpublic java.lang.String toString()
toString
in class Item
public FComm copy()
Nod
copy
in class Nod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |