Sets node's value
string $value Value:
$this
Overrides Literal::setValue
public function setValue($value) { $this->value = (string) $value; //Force recalculation of the raw value return $this->setFormat($this->format); }