Uses of Class
org.basex.query.util.list.ANodeList
Packages that use ANodeList
Package
Description
Constructor expressions.
XQuery utility classes.
Query processor, list structures.
-
Uses of ANodeList in org.basex.query.expr.constr
Fields in org.basex.query.expr.constr declared as ANodeList -
Uses of ANodeList in org.basex.query.up.primitives.node
Constructors in org.basex.query.up.primitives.node with parameters of type ANodeListModifierConstructorDescriptionInsertAfter(int pre, Data data, InputInfo ii, ANodeList nodes) Constructor.InsertAttribute(int pre, Data data, InputInfo ii, ANodeList nodes) Constructor.InsertBefore(int pre, Data data, InputInfo ii, ANodeList nodes) Constructor.InsertInto(int pre, Data data, InputInfo ii, ANodeList nodes) Constructor for an insertInto.InsertIntoAsFirst(int pre, Data data, InputInfo ii, ANodeList nodes) Constructor.InsertIntoAsLast(int pre, Data data, InputInfo ii, ANodeList nodes) Constructor for an insertInto which is part of a replaceElementContent substitution.ReplaceNode(int pre, Data data, InputInfo ii, ANodeList nodes) Constructor. -
Uses of ANodeList in org.basex.query.util
Methods in org.basex.query.util with parameters of type ANodeList -
Uses of ANodeList in org.basex.query.util.list
Methods in org.basex.query.util.list that return ANodeList -
Uses of ANodeList in org.basex.query.value.node
Constructors in org.basex.query.value.node with parameters of type ANodeList