-
Notifications
You must be signed in to change notification settings - Fork 118
JDOM2 Feature Location Aware
rolfl edited this page Apr 8, 2012
·
1 revision
JDOM 2.x introduces an enhanced JDOMFactory
. When a SAX Parser is used to create JDOM content, and that content is linked to location-sensitive information (line x, column y), the location information is given to the new methods on the JDOMFactory
. The default implementations of the JDOMFactory (the DefaultJDOMFactory
) will ignore this information, but, JDOM 2.x introduces the Located
implementations of the JDOM Classes that use this information. To access this information you should use the LocatedJDOMFactory and related classes in the org.jdom2.located
package.
[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