|
This DOM Level 3 attribute is defined, but is currently unimplemented by Arbortext Editor.
|
Node type
|
Content
|
ELEMENT_NODE, ATTRIBUTE_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, DOCUMENT_FRAGMENT_NODE
|
concatenation of the textContent attribute value of every child node, excluding COMMENT_NODE and PROCESSING_INSTRUCTION_NODE nodes. This is the empty string if the node has no children.
|
TEXT_NODE, CDATA_SECTION_NODE, COMMENT_NODE, PROCESSING_INSTRUCTION_NODE
|
nodeValue
|
DOCUMENT_NODE, DOCUMENT_TYPE_NODE, NOTATION_NODE
|
null
|
textContent
|
|
Access
|
read-write
|
Returns
|
String
|
Get throws
|
DOMException
DOMSTRING_SIZE_ERR: Raised when it would return more characters than fit in a DOMString variable on the implementation platform.
|
Set throws
|
DOMException
NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
|