DOMImplementation.Comment

Constructors

this
this()
Undocumented in source.

Members

Functions

cloneNode
Comment cloneNode(bool deep)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

nodeName
DOMString nodeName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
nodeType
dom.NodeType nodeType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CharacterData

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.

Meta