setAttributeNodeNS method

Attr? setAttributeNodeNS(
  1. Attr attr
)

Implementation

Attr? setAttributeNodeNS(Attr attr) =>
    js_util.callMethod(this, 'setAttributeNodeNS', [attr]);