- allocNode
auto allocNode(HTMLString tag, size_t flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
Document clone(IAllocator alloc)
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneNode
Node cloneNode(const(Node) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- createCDATANode
auto createCDATANode(HTMLString cdata, Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- createCommentNode
auto createCommentNode(HTMLString comment, Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- createDeclarationNode
auto createDeclarationNode(HTMLString data, Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- createElement
auto createElement(HTMLString tagName, Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- createProcessingInstructionNode
auto createProcessingInstructionNode(HTMLString data, Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- createTextNode
auto createTextNode(HTMLString text, Node parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroyNode
void destroyNode(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelector
const(Node) querySelector(HTMLString selector, Node context)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelector
Node querySelector(HTMLString selector, Node context)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelector
const(Node) querySelector(Selector selector, const(Node) context)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelector
Node querySelector(Selector selector, Node context)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelectorAll
QuerySelectorAllResult querySelectorAll(HTMLString selector, Node context)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelectorAll
QuerySelectorAllConstResult querySelectorAll(HTMLString selector, const(Node) context)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelectorAll
QuerySelectorAllConstResult querySelectorAll(Selector selector, const(Node) context)
Undocumented in source. Be warned that the author may not have intended to support it.
- querySelectorAll
QuerySelectorAllResult querySelectorAll(Selector selector, Node context)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
void toString(Appender app)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- elements
auto elements [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- elements
auto elements [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- elementsByTagName
HTMLString elementsByTagName [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- elementsByTagName
HTMLString elementsByTagName [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- nodes
auto nodes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- nodes
auto nodes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- root
auto root [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- root
auto root [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- root
Node root [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.