-
Notifications
You must be signed in to change notification settings - Fork 118
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.
[JDOM Home](http://www.jdom.org)
Stable Release
- [Download](http://www.jdom.org/downloads/index.html)
- [JavaDoc](http://www.jdom.org/docs/apidocs/index.html)
JDOM 2.x
- Overview
- Getting Started
- JDOM on Android
- [JavaDoc](http://hunterhacker.github.com/jdom/jdom2/apidocs/index.html)
- [Coverage](http://hunterhacker.github.com/jdom/jdom2/coverage/index.html)
- [UnitTests](http://hunterhacker.github.com/jdom/jdom2/junit.report/index.html)
- Features
- JDOM 1.x to JDOM 2.x
- Dependencies
Developing JDOM