getElementsByTagNameNS property

({HTMLCollectionOf<HTMLElement> Function(String namespaceURI, String localName) $1, HTMLCollectionOf<SVGElement> Function(String namespaceURI, String localName) $2, HTMLCollectionOf<MathMLElement> Function(String namespaceURI, String localName) $3, HTMLCollectionOf<Element> Function(String localName, [String? namespace]) $4}) getElementsByTagNameNS

Overload accessor: $1, $2, $3, $4

Implementation

({
  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)
  _i3.HTMLCollectionOf<_i3.HTMLElement> Function(
    _i2.String namespaceURI,
    _i2.String localName,
  ) $1,

  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)
  _i3.HTMLCollectionOf<_i3.SVGElement> Function(
    _i2.String namespaceURI,
    _i2.String localName,
  ) $2,

  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)
  _i3.HTMLCollectionOf<_i3.MathMLElement> Function(
    _i2.String namespaceURI,
    _i2.String localName,
  ) $3,

  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)
  _i3.HTMLCollectionOf<_i3.Element> Function(
    _i2.String localName, [
    _i2.String? namespace,
  ]) $4,
}) get getElementsByTagNameNS => (
      $1: _getElementsByTagNameNS$1,
      $2: _getElementsByTagNameNS$2,
      $3: _getElementsByTagNameNS$3,
      $4: _getElementsByTagNameNS$4,
    );