|
||||||||||
| 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.FElem
public final class FElem
Element 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 | |
|---|---|
FElem(QNm n,
byte[] b,
Nod p)
Constructor. |
|
FElem(QNm n,
NodIter ch,
NodIter at,
byte[] b,
Atts ns,
Nod p)
Constructor. |
|
| Method Summary | |
|---|---|
byte[] |
base()
Returns the database name. |
FElem |
copy()
Creates a new copy (clone) of the node. |
byte[] |
nname()
Returns the node name. |
Atts |
ns()
Returns a namespace array. |
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, bool, dbl, dec, diff, diff, eq, finish, flt, foll, follSibl, is, itr, java, 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 |
| Constructor Detail |
|---|
public FElem(QNm n,
byte[] b,
Nod p)
n - tag nameb - base urip - parent
public FElem(QNm n,
NodIter ch,
NodIter at,
byte[] b,
Atts ns,
Nod p)
n - tag namech - childrenat - attributesb - base urins - namespacesp - parent| Method Detail |
|---|
public byte[] base()
Nod
base in class Nodpublic QNm qname()
Nod
qname in class Nodpublic byte[] nname()
Nod
nname in class Nodpublic Atts ns()
Nod
ns in class Nodpublic byte[] str()
Item
str in class Item
public void serialize(Serializer ser)
throws java.io.IOException
Item
serialize in class Itemser - serializer
java.io.IOException - exceptionpublic FElem 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 | |||||||||