Handling of source documents
In the wrappers for the JDOM, JDOM2, and XOM document models, the wrapper code no longer
      maintains a base URI separate from that of the document itself; instead a call to
        getBaseURI() is delegated to the getBaseURI() method on the
      underlying node. Calling setSystemId() on the wrapper results in a call on
        setBaseURI() on the underlying document node.