-
Notifications
You must be signed in to change notification settings - Fork 120
JDOM2 Feature JDOMConstants
Rolf edited this page Mar 31, 2012
·
1 revision
org.jdom2.JDOMConstants has been introduced to centralize a lot of constants that are commonly used in the JDOM code or by JDOM users.
Using the JDOMConstants class instead of String constants scattered through the code reduces the possibility of introducing 'typo' type bugs, and it allows you to easily look up values too.
[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