JDOM2 Feature XMLBase URI - hunterhacker/jdom GitHub Wiki

The W3 specification for XMLBase URI's provides a framework for how XML Documents can implement a way to provide a 'Base' URI for any particular Element. The rules that this specification describes for calculating the Base URI for any particular Element have been implemented in the method Element.getXMLBaseURI().

See the specification for what a Base URI is, and how it can be used.