edgeport - v1.0.6
    Preparing search index...

    Function findChild

    • Finds the first child element 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 the child's xmlns attribute to equal it.

      Returns XmlElement | undefined

      The first matching child element, or undefined.

      1.0.4