|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodIter | |
---|---|
org.basex.api.dom | This package provides a basic DOM API. |
org.basex.query | This package contains the XQuery implementation. |
org.basex.query.expr | This package contains all XQuery expressions. |
org.basex.query.item | This package contains XQuery data types. |
org.basex.query.up.primitives | This package contains XQuery Update primitives. |
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.expr |
---|
Fields in org.basex.query.expr declared as NodIter | |
---|---|
NodIter |
Constr.ats
Attribute array. |
NodIter |
Constr.children
Node array. |
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. |
Uses of NodIter in org.basex.query.up.primitives |
---|
Methods in org.basex.query.up.primitives with parameters of type NodIter | |
---|---|
static MemData |
UpdatePrimitive.buildDB(NodIter ch,
MemData md)
Builds new data instance from iterator. |
Constructors in org.basex.query.up.primitives with parameters of type NodIter | |
---|---|
InsertAfter(Nod n,
NodIter copy)
Constructor. |
|
InsertAttribute(Nod n,
NodIter copy)
Constructor. |
|
InsertBefore(Nod n,
NodIter copy)
Constructor. |
|
InsertInto(Nod n,
NodIter copy,
boolean l)
Constructor. |
|
InsertIntoFirst(Nod n,
NodIter copy)
Constructor. |
|
ReplacePrimitive(Nod n,
NodIter replace)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |