DOMParser

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

QueryInterface
auto QueryInterface(T0 iid)
Undocumented in source. Be warned that the author may not have intended to support it.
forceEnableXULXBL
void forceEnableXULXBL()
Undocumented in source. Be warned that the author may not have intended to support it.
parseFromBuffer
auto parseFromBuffer(Sequence!(ubyte) buf, SupportedType type)
Undocumented in source. Be warned that the author may not have intended to support it.
parseFromBuffer
auto parseFromBuffer(Uint8Array buf, SupportedType type)
Undocumented in source. Be warned that the author may not have intended to support it.
parseFromStream
auto parseFromStream(InputStream stream, Optional!(T1) charset, int contentLength, SupportedType type)
Undocumented in source. Be warned that the author may not have intended to support it.
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