Uses of Class
org.basex.query.xquery.iter.NodIter

Packages that use NodIter
org.basex.query.xquery Includes an implementation of XQuery 1.0. 
org.basex.query.xquery.item Contains XQuery 1.0 data types. 
org.basex.query.xquery.util Contains XQuery utility classes. 
 

Uses of NodIter in org.basex.query.xquery
 

Methods in org.basex.query.xquery that return NodIter
 NodIter XQContext.coll(byte[] coll)
          Adds a collection instance or returns an existing one.
 

Methods in org.basex.query.xquery with parameters of type NodIter
 void XQContext.addColl(NodIter nod, byte[] name)
          Adds a collection.
 

Uses of NodIter in org.basex.query.xquery.item
 

Constructors in org.basex.query.xquery.item with parameters of type NodIter
FDoc(NodIter ch, byte[] b)
          Constructor.
FElem(QNm n, NodIter ch, NodIter at, byte[] b, Atts ns, Nod p)
          Constructor.
 

Uses of NodIter in org.basex.query.xquery.util
 

Methods in org.basex.query.xquery.util that return NodIter
 NodIter NodeBuilder.iter()
          Returns a sequence or the atomic item if only one item exists.