TOC PREV NEXT INDEX

Put your logo here!


nodeValue


Returns the value of the current node.

Syntax

value = document.nodeValue 

Parameters

value is a string containing the value of the current node.

Example

None. 

Notes

For the document itself, the nodeValue is null. For text, comment, and CDATA nodes, nodeValue returns the content of the node. For attribute nodes, the value of the attribute is returned.

Specification

core


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX