// System.out.println("QOQOQOQOQOQO xmlWriter.isEscapeText() QOOQOQOQOOQ " + DomDocument);
xmlWriter.write(xmlReader.read(DomDocument));
xmlWriter.flush();
} catch (IOException e) {
throw new XMLException(e.getMessage());
}
String string = stringWriter.toString();
string = string.replaceAll("&#", "&#");
return string;
} catch (Exception e) {
e.printStackTrace();
throw new XMLException(e.getMessage());
}
}