Skip to content
Advertisement

Tag: element

Convert Element(org.w3c.dom) to String in Java

I’m having a small issue of converting Element object to String. Because I need a string to be passed to a particular method. I’ve tried by using .toString() or using a String variable assigning to it. None of the trials were correct. How can we easily convert and the string object also should show the exact XML structure as it

Advertisement