How to I output org.w3c.dom.Element to string format in java?

前端 未结 7 679
旧巷少年郎
旧巷少年郎 2020-11-27 13:01

I have an org.w3c.dom.Element object passed into my method. I need to see the whole xml string including its child nodes (the whole object graph). I am looking

7条回答
提交回复
热议问题