My problem is simple. I have a XercesDOMParser, so I can access through getDocument() to the DOMDocument stored in it.
I want to get the xml string representing the tree.
What is the correct call? I assume a valid operator/function is provided by the library.