|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeIter | |
---|---|
org.basex.query.expr | This package contains all XQuery expressions. |
org.basex.query.item | This package contains XQuery data types. |
org.basex.query.iter | This package contains iterator implementations. |
org.basex.query.path | This package contains XQuery path expressions. |
Uses of NodeIter in org.basex.query.expr |
---|
Methods in org.basex.query.expr that return NodeIter | |
---|---|
NodeIter |
Union.iter(QueryContext ctx)
|
NodeIter |
Except.iter(QueryContext ctx)
|
Uses of NodeIter in org.basex.query.item |
---|
Methods in org.basex.query.item that return NodeIter | |
---|---|
NodeIter |
Nod.anc()
Returns an ancestor axis iterator. |
NodeIter |
DBNode.anc()
|
NodeIter |
Nod.ancOrSelf()
Returns an ancestor-or-self axis iterator. |
abstract NodeIter |
Nod.attr()
Returns an attribute axis iterator. |
NodeIter |
FNode.attr()
|
NodeIter |
DBNode.attr()
|
abstract NodeIter |
Nod.desc()
Returns a descendant axis iterator. |
NodeIter |
FNode.desc()
|
NodeIter |
DBNode.desc()
|
abstract NodeIter |
Nod.descOrSelf()
Returns a descendant-or-self axis iterator. |
NodeIter |
FNode.descOrSelf()
|
NodeIter |
DBNode.descOrSelf()
|
NodeIter |
Nod.foll()
Returns a following axis iterator. |
NodeIter |
Nod.follSibl()
Returns a following-sibling axis iterator. |
abstract NodeIter |
Nod.par()
Returns a parent axis iterator. |
NodeIter |
FNode.par()
|
NodeIter |
DBNode.par()
|
NodeIter |
Nod.prec()
Returns a preceding axis iterator. |
NodeIter |
Nod.precSibl()
Returns a preceding-sibling axis iterator. |
Uses of NodeIter in org.basex.query.iter |
---|
Subclasses of NodeIter in org.basex.query.iter | |
---|---|
class |
NodeMore
Iterator interface, extending the default iterator with a NodeMore.more()
method. |
class |
NodIter
Simple node Iterator, ignoring duplicates. |
Uses of NodeIter in org.basex.query.path |
---|
Methods in org.basex.query.path that return NodeIter | |
---|---|
NodeIter |
Step.iter(QueryContext ctx)
|
NodeIter |
SimpleIterStep.iter(QueryContext ctx)
|
NodeIter |
IterStep.iter(QueryContext ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |