inside the node
Node.dupString
string dupString()Gets a copy of the string value stored inside a node.
If the node does not hold a string value, NULL is returned.
Returns
a copy of the string
string dupString()Gets a copy of the string value stored inside a node.
If the node does not hold a string value, NULL is returned.
inside the node