- appendChild
auto appendChild(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
- baseURI
Optional!(string) baseURI()
Undocumented in source. Be warned that the author may not have intended to support it.
- baseURIObject
auto baseURIObject()
Undocumented in source. Be warned that the author may not have intended to support it.
- childNodes
auto childNodes()
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneNode
auto cloneNode(bool deep)
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneNode
auto cloneNode()
Undocumented in source. Be warned that the author may not have intended to support it.
- compareDocumentPosition
ushort compareDocumentPosition(Node other)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(Optional!(T0) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- firstChild
auto firstChild()
Undocumented in source. Be warned that the author may not have intended to support it.
- flattenedTreeParentNode
auto flattenedTreeParentNode()
Undocumented in source. Be warned that the author may not have intended to support it.
- generateXPath
string generateXPath()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRootNode
auto getRootNode(GetRootNodeOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRootNode
auto getRootNode()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasChildNodes
bool hasChildNodes()
Undocumented in source. Be warned that the author may not have intended to support it.
- insertBefore
auto insertBefore(Node node, Optional!(T1) child)
Undocumented in source. Be warned that the author may not have intended to support it.
- isConnected
bool isConnected()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDefaultNamespace
bool isDefaultNamespace(Optional!(T0) namespace)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEqualNode
bool isEqualNode(Optional!(T0) node)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSameNode
bool isSameNode(Optional!(T0) node)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastChild
auto lastChild()
Undocumented in source. Be warned that the author may not have intended to support it.
- localize
auto localize(L10nCallback l10nCallback)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookupNamespaceURI
Optional!(string) lookupNamespaceURI(Optional!(T0) prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookupPrefix
Optional!(string) lookupPrefix(Optional!(T0) namespace)
Undocumented in source. Be warned that the author may not have intended to support it.
- nextSibling
auto nextSibling()
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeName
string nodeName()
Undocumented in source. Be warned that the author may not have intended to support it.
- nodePrincipal
auto nodePrincipal()
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeType
ushort nodeType()
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeValue
void nodeValue(Optional!(T0) nodeValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeValue
Optional!(string) nodeValue()
Undocumented in source. Be warned that the author may not have intended to support it.
- normalize
void normalize()
Undocumented in source. Be warned that the author may not have intended to support it.
- ownerDocument
auto ownerDocument()
Undocumented in source. Be warned that the author may not have intended to support it.
- parentElement
auto parentElement()
Undocumented in source. Be warned that the author may not have intended to support it.
- parentFlexElement
auto parentFlexElement()
Undocumented in source. Be warned that the author may not have intended to support it.
- parentNode
auto parentNode()
Undocumented in source. Be warned that the author may not have intended to support it.
- previousSibling
auto previousSibling()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeChild
auto removeChild(Node child)
Undocumented in source. Be warned that the author may not have intended to support it.
- replaceChild
auto replaceChild(Node node, Node child)
Undocumented in source. Be warned that the author may not have intended to support it.
- textContent
void textContent(Optional!(T0) textContent)
Undocumented in source. Be warned that the author may not have intended to support it.
- textContent
Optional!(string) textContent()
Undocumented in source. Be warned that the author may not have intended to support it.