void setText(Node el, String value)

Source

void setText(Node el, String value) {
  el.text = value;
}