|
Syntax
getNodeValue(node)
Name | Type | Description |
node | SXP_Node | The node to operate on.
|
(RET) | const SXP_char* | The value of the node.
|
|
Description
Returns the value of the given node, or NULL on error. The node
values are as specified in the DOM Level 1 Core specification,
with the addition that the value of a namespace node is the
namespace URI.
|
See Also
|