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

Packages that use NodIter
org.basex.api.dom Provides a DOM API. 
org.basex.query Provides classes for querying the data. 
org.basex.query.item Contains XQuery 1.0 data types. 
 

Uses of NodIter in org.basex.api.dom
 

Constructors in org.basex.api.dom with parameters of type NodIter
BXNList(NodIter nb)
          Constructor.
BXNNode(NodIter nb)
          Constructor.
 

Uses of NodIter in org.basex.query
 

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

Uses of NodIter in org.basex.query.item
 

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