• nodes<T>(source: Iterable<T>): Iterable<XNode>
  • For the elements contained in the source sequence, returns the concatenated sequences of child nodes of such elements in document order.

    Returns

    The concatenated, flat sequence of child nodes in document order.

    Type Parameters

    • T extends XContainer<T>

      The type of the elements contained in the source sequence.

    Parameters

    • source: Iterable<T>

    Returns Iterable<XNode>

Generated using TypeDoc