Get an enumerator that selects all the nodes on one of the XPath axes, provided they have a given name. The nodes selected are those of the principal node kind (elements for most axes, attributes for the attribute axis, namespace nodes for the namespace axis) whose name matches the name given in the second argument.
XdmAxis.Child
for the child axis.
new QName("", "item")
to select
nodes with local name "item", in no namespace.
The nodes are returned in axis order: that is, document order for a forwards axis, reverse document order for a reverse axis.
XdmNode Class | Saxon.Api Namespace | XdmNode.EnumerateAxis Overload List