Constructs a string scalar node.
string $value Value of the string:
array<string, mixed> $attributes Additional attributes:
public function __construct(string $value, array $attributes = []) { $this->attributes = $attributes; $this->value = $value; }