DOMImplementation.createDocument

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto createDocument(Optional!(T0) namespace, string qualifiedName, Optional!(T2) doctype)
  2. auto createDocument(Optional!(T0) namespace, string qualifiedName)
    struct DOMImplementation
    nothrow
    createDocument
    (
    T0
    )
    (
    scope auto ref Optional!(T0) namespace
    ,)
    if (
    isTOrPointer!(T0, string)
    )

Meta