- QueryInterface
auto QueryInterface(T0 iid)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(SumType!(Node, string) nodes)
Undocumented in source. Be warned that the author may not have intended to support it.
- childElementCount
uint childElementCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- children
auto children()
Undocumented in source. Be warned that the author may not have intended to support it.
- firstElementChild
auto firstElementChild()
Undocumented in source. Be warned that the author may not have intended to support it.
- getElementById
auto getElementById(string elementId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getElementsByAttribute
auto getElementsByAttribute(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getElementsByAttributeNS
auto getElementsByAttributeNS(Optional!(T0) namespaceURI, string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastElementChild
auto lastElementChild()
Undocumented in source. Be warned that the author may not have intended to support it.
- prepend
void prepend(SumType!(Node, string) nodes)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelector
auto querySelector(string selectors)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelectorAll
auto querySelectorAll(string selectors)
Undocumented in source. Be warned that the author may not have intended to support it.