Closed gothub closed 6 years ago
This function is mostly used for unit testing. It will return the value of a Node as as a string, for any node type:
world <- new("World") node <- new("Node", world, literal="¡Hola, amigo! ¿Cómo estás?", language="es") value <- getNodeValue(node)
Added in commit 8c4ff9d198a7c046b16032c57f1e3b2207b41e87
This function is mostly used for unit testing. It will return the value of a Node as as a string, for any node type: