spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
DOMParser
spasm
bindings
domparsing
Undocumented in source.
@
safe
nothrow
struct
DOMParser {
nothrow
JsHandle
handle
;
this
(Handle h);
auto
parseFromString
(string str, SupportedType type);
}
Constructors
this
this
(Handle h)
Undocumented in source.
Alias This
handle
Members
Functions
parseFromString
auto
parseFromString
(string str, SupportedType type)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
handle
JsHandle
handle
;
Undocumented in source.
Meta
Source
See Implementation
spasm
bindings
domparsing
enums
SupportedType
functions
DOMParser_parseFromString
XMLSerializer_serializeToString
structs
DOMParser
XMLSerializer