Returns an Object representing the value of the node. @return the value or null if value is empty
()
| 475 | * @return the value or <code>null</code> if value is empty |
| 476 | */ |
| 477 | public Object value() { |
| 478 | return value; |
| 479 | } |
| 480 | |
| 481 | /** |
| 482 | * Adds or replaces the value of the node. |
no outgoing calls