|
||||||||||
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.expr.Expr
org.basex.query.item.Item
org.basex.query.item.Nod
org.basex.query.item.FNode
public abstract class FNode
Node type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.basex.query.expr.Expr |
---|
Expr.Use |
Field Summary |
---|
Fields inherited from class org.basex.query.item.Item |
---|
score, type |
Method Summary | |
---|---|
NodeIter |
attr()
Returns an attribute axis iterator. |
NodeMore |
child()
Returns a child axis iterator. |
NodeIter |
desc()
Returns a descendant axis iterator. |
NodeIter |
descOrSelf()
Returns a descendant-or-self axis iterator. |
int |
diff(Nod nod)
Compares two nodes for their unique order. |
boolean |
is(Nod nod)
Compares two nodes for equality. |
NodeIter |
par()
Returns a parent axis iterator. |
Nod |
parent()
Returns the parent node. |
Methods inherited from class org.basex.query.item.Nod |
---|
anc, ancOrSelf, base, bool, copy, dbl, dec, diff, eq, finish, flt, foll, follSibl, id, itr, java, kind, nname, ns, parent, prec, precSibl, qname, qname, self, uri |
Methods inherited from class org.basex.query.item.Item |
---|
atomic, comp, d, duplicates, ebv, hashCode, i, iter, iter, n, name, node, plan, removable, returned, s, score, score, serialize, size, str, test, toString, u, uses |
Methods inherited from class org.basex.query.expr.Expr |
---|
addText, checkCtx, checkDbl, checkItr, e, indexAccessible, indexEquivalent, remove, sameAs, v |
Methods inherited from class org.basex.query.ExprInfo |
---|
color, info |
Methods inherited from class java.lang.Object |
---|
equals, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final boolean is(Nod nod)
Nod
is
in class Nod
nod
- node to be compared
public final int diff(Nod nod)
Nod
diff
in class Nod
nod
- node to be compared
public final Nod parent()
Nod
parent
in class Nod
public final NodeIter attr()
Nod
attr
in class Nod
public final NodeMore child()
Nod
child
in class Nod
public final NodeIter desc()
Nod
desc
in class Nod
public final NodeIter descOrSelf()
Nod
descOrSelf
in class Nod
public final NodeIter par()
Nod
par
in class Nod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |