Document.createElementNS

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto createElementNS(Optional!(T0) namespace, string qualifiedName, SumType!(string, ElementCreationOptions) options)
    struct Document
    nothrow
    createElementNS
    (
    T0
    )
    (
    scope auto ref Optional!(T0) namespace
    ,,
    scope ref SumType!(string, ElementCreationOptions) options
    )
    if (
    isTOrPointer!(T0, string)
    )
  2. auto createElementNS(Optional!(T0) namespace, string qualifiedName)

Meta