createElementNS method

Element createElementNS(
  1. String? namespace,
  2. String qualifiedName, [
  3. dynamic options
])

Implementation

Element createElementNS(String? namespace, String qualifiedName,
        [dynamic options]) =>
    js_util.callMethod(
        this, 'createElementNS', [namespace, qualifiedName, options]);