Function descendantsAndSelf

  • Returns a function that, for the elements of the source sequence passed to that function, returns the concatenated sequences of descendants of such elements, including the elements themselves, in document order.

    If a name is provided, the resulting sequence contains only those elements and descendants having a matching name.

    Returns

    A function that will return a flat sequence of ancestors, including the elements, in document order.

    Parameters

    • Optional name: null | XName

      The optional name used to filter the sequence of descendants and elements.

    Returns IterableValueTransform<XElement, XElement>

Generated using TypeDoc