XmlEvent addCharToValue(XmlEvent event, String ch) { var value = event.value; event.value = "$value$ch"; return event; }