OpenXmlSdkTs - v1.0.10
    Preparing search index...

    Function xseq

    • Wraps an array of XML objects in an XSequence for fluent querying.

      Type Parameters

      Parameters

      • items: T[]

        The array to wrap.

      Returns XSequence<T>

      A new XSequence.

      const titles = xseq(root.elements("book")).elements("title").toArray();