- data
DOMString data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- data
DOMString data [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- substringData
DOMString substringData(size_t offset, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendData
void appendData(DOMString arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertData
void insertData(size_t offset, DOMString arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteData
void deleteData(size_t offset, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
- replaceData
void replaceData(size_t offset, size_t count, DOMString arg)
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeValue
DOMString nodeValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeValue
DOMString nodeValue [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- textContent
DOMString textContent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- textContent
DOMString textContent [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Implementation of std.experimental.xml.dom.Comment