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)
  2. auto createElementNS(Optional!(T0) namespace, string qualifiedName)
    struct Document
    nothrow
    createElementNS
    (
    T0
    )
    (
    scope auto ref Optional!(T0) namespace
    ,)
    if (
    isTOrPointer!(T0, string)
    )

Meta