Skip to content

JDOM2 Feature XMLBase URI

rolfl edited this page Apr 8, 2012 · 1 revision

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.

Clone this wiki locally