Document document = payloadElem.getOwnerDocument();
DOMImplementationLS domImplLS = (DOMImplementationLS) document.getImplementation();
LSSerializer serializer = domImplLS.createLSSerializer();
String str = serializer.writeToString(payloadElem);
System.out.println(str);
No comments:
Post a Comment