6263646566676869707172
Text text = protocol.getDOMFactory().createText(); text.append(writer.toString()); // Replace the element with its textualized form. text.replace(element); } else { element.forEachChild(this); } } };