Uses of Class
org.basex.query.util.ANodeList

Packages that use ANodeList
org.basex.api.dom Basic DOM API. 
org.basex.query.expr XQuery expressions. 
org.basex.query.up.primitives   
org.basex.query.util XQuery utility classes. 
org.basex.query.value.node   
 

Uses of ANodeList in org.basex.api.dom
 

Methods in org.basex.api.dom that return ANodeList
protected static ANodeList BXNode.finish(AxisIter ai)
          Returns a node cache with the specified nodes.
 

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

Uses of ANodeList in org.basex.query.expr
 

Fields in org.basex.query.expr declared as ANodeList
 ANodeList Constr.atts
          Attribute array.
 ANodeList Constr.children
          Node array.
 

Uses of ANodeList in org.basex.query.up.primitives
 

Constructors in org.basex.query.up.primitives with parameters of type ANodeList
InsertAfter(int p, Data d, InputInfo i, ANodeList c)
          Constructor.
InsertAttribute(int p, Data d, InputInfo i, ANodeList c)
          Constructor.
InsertBefore(int p, Data d, InputInfo i, ANodeList c)
          Constructor.
InsertInto(int p, Data d, InputInfo i, ANodeList n)
          Constructor for an insertInto.
InsertIntoAsFirst(int p, Data d, InputInfo i, ANodeList c)
          Constructor.
InsertIntoAsLast(int p, Data d, InputInfo i, ANodeList n)
          Constructor for an insertInto which is part of a replaceElementContent substitution.
ReplaceContent(int p, Data d, InputInfo i, ANodeList n)
          Constructor.
ReplaceNode(int p, Data d, InputInfo i, ANodeList c)
          Constructor.
 

Uses of ANodeList in org.basex.query.util
 

Methods in org.basex.query.util with parameters of type ANodeList
 void DataBuilder.build(ANodeList nodes)
          Fills the data instance with the specified nodes.
 

Uses of ANodeList in org.basex.query.value.node
 

Constructors in org.basex.query.value.node with parameters of type ANodeList
FDoc(ANodeList ch, byte[] b)
          Constructor.
FElem(QNm nm, Atts nsp, ANodeList ch, ANodeList at)
          Constructor for creating an element with nodes, attributes and namespace declarations.