|
|||||||||
| 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.Node
org.basex.query.xquery.item.FNode
org.basex.query.xquery.item.FElem
public final class FElem
Element Node.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Constructor Summary | |
|---|---|
FElem(QNm n,
NodeBuilder ch,
NodeBuilder at,
byte[] b,
FAttr[] ns,
Node p)
Constructor. |
|
| Method Summary | |
|---|---|
byte[] |
base()
Returns the database name. |
FElem |
copy()
Creates a new copy (clone) of the node. |
byte[] |
name()
Returns the node name. |
FAttr[] |
ns()
Returns a namespace array. |
QNm |
qname()
Returns the node name. |
void |
serialize(PrintOutput out,
XQContext ctx,
int level)
Serializes the item. |
void |
serialize(ResultReader rr,
XQContext ctx,
int level)
Serializes the item. |
byte[] |
str()
Returns an atomized string. |
java.lang.String |
toString()
|
| Methods inherited from class org.basex.query.xquery.item.FNode |
|---|
anc, ancOrSelf, attr, child, desc, descOrSelf, foll, follSibl, par, prec, precSibl, self |
| Methods inherited from class org.basex.query.xquery.item.Node |
|---|
bool, dbl, diff, diff, eq, finish, flt, is, itr, node, parent, parent, u |
| Methods inherited from class org.basex.query.xquery.item.Item |
|---|
castErr, comp, eval, i, info, iter, size |
| Methods inherited from class org.basex.query.xquery.expr.Expr |
|---|
cls, d, e, n, s |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FElem(QNm n,
NodeBuilder ch,
NodeBuilder at,
byte[] b,
FAttr[] ns,
Node p)
n - tag namech - childrenat - attributesb - base urins - namespacesp - parent| Method Detail |
|---|
public byte[] base()
Node
base in class Node
public FElem copy()
throws XQException
Node
copy in class NodeXQException - evaluation exceptionpublic byte[] name()
Node
name in class Nodepublic FAttr[] ns()
Node
ns in class Nodepublic QNm qname()
Node
qname in class Node
public void serialize(PrintOutput out,
XQContext ctx,
int level)
throws java.io.IOException,
XQException
Item
serialize in class Itemout - output streamctx - query contextlevel - current level
java.io.IOException - I/O exception
XQException - evaluation exception
public void serialize(ResultReader rr,
XQContext ctx,
int level)
throws org.xml.sax.SAXException
Item
serialize in class Itemrr - content handlerctx - query contextlevel - current level
org.xml.sax.SAXException - SAX exceptionpublic byte[] str()
Expr
str in class Exprpublic java.lang.String toString()
toString in class Item
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||