spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
DOMImplementation.createDocument
spasm
bindings
dom
DOMImplementation
Undocumented in source. Be warned that the author may not have intended to support it.
auto
createDocument
(Optional!(T0) namespace, string qualifiedName, Optional!(T2) doctype)
auto
createDocument
(Optional!(T0) namespace, string qualifiedName)
struct
DOMImplementation
nothrow
auto
createDocument
(
T0
)
(
scope
auto
ref
Optional
!(
T0
)
namespace
,
string
qualifiedName
)
if
(
isTOrPointer
!(
T0
,
string
)
)
Meta
Source
See Implementation
spasm
bindings
dom
DOMImplementation
constructors
this
functions
createDocument
createDocumentType
createHTMLDocument
hasFeature
variables
handle