Wraps an array of XML objects in an XSequence for fluent querying.
The element type.
The array to wrap.
A new XSequence.
const titles = xseq(root.elements("book")).elements("title").toArray(); Copy
const titles = xseq(root.elements("book")).elements("title").toArray();
Wraps an array of XML objects in an XSequence for fluent querying.