edgeport - v1.0.6
    Preparing search index...

    Function findChildren

    • Finds all child elements matching a local name (and optionally an xmlns).

      Parameters

      • parent: XmlElement

        The element to search.

      • name: string

        The local name to match (prefix-insensitive).

      • Optionalnamespace: string

        If given, require each child's xmlns attribute to equal it.

      Returns XmlElement[]

      The matching child elements in document order (possibly empty).

      1.0.4