|
|||||||||
| 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.FDoc
public final class FDoc
Document Node.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.xquery.expr.Expr |
|---|
type |
| Constructor Summary | |
|---|---|
FDoc(NodeBuilder ch,
byte[] b)
Constructor. |
|
| Method Summary | |
|---|---|
byte[] |
base()
Returns the database name. |
FDoc |
copy()
Creates a new copy (clone) of the node. |
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, name, node, ns, parent, parent, qname, 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 FDoc(NodeBuilder ch,
byte[] b)
ch - childrenb - base uri| Method Detail |
|---|
public byte[] base()
Node
base in class Nodepublic FDoc copy()
Node
copy 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 | ||||||||