DOMImplementation.Text

Constructors

this
this()
Undocumented in source.

Members

Functions

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

Implementation of std.experimental.xml.dom.Text.splitText.

Properties

isElementContentWhitespace
bool isElementContentWhitespace [@property getter]

Implementation of std.experimental.xml.dom.Text.isElementContentWhitespace.

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.
replaceWholeText
DOMString replaceWholeText [@property setter]

Implementation of std.experimental.xml.dom.Text.replaceWholeText.

wholeText
DOMString wholeText [@property getter]

Implementation of std.experimental.xml.dom.Text.wholeText.

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