Node.nodeValue
This has a different meaning for each node type; see the DOM specification for details. The situation is similar to that with nodeName
. The value is a string or None
.
Node.nodeValue
This has a different meaning for each node type; see the DOM specification for details. The situation is similar to that with nodeName
. The value is a string or None
.
Please login to continue.