openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
JDOM
Settings
|
Report Duplicate
13
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 16 hours
ago.
Sep 20, 2024 — Sep 20, 2025
Showing page 9 of 57
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Issue #47 - broken serialization example
Rolf
More...
over 13 years ago
Fixes #63 - Error message improved when giving XML to SAXBuilder.build(String)
Rolf
More...
over 13 years ago
Add an out-of-document-order union XPath Expression.
Rolf
More...
over 13 years ago
Implement a new concept of a thin DOM 'wrapper' around JDOM objects. This makes it possible to feed JDOM content in to libraries that currently process DOM only, like the native Java XPath api, as well as Xalan. Additionally, add two XPath implementations that use this new DOM layer to feed the native Java XPath API as well as the Xalan API
Rolf
More...
over 13 years ago
Make XPath abstract test ignore the order of Namespace results. Also make items protected instead of private so subclasses can access them. Finally, make the ability to test the string() XPath results configurable
Rolf
More...
over 13 years ago
Small change to create a single XPathFactory. Makes changing the XPath factory easier
Rolf
More...
over 13 years ago
Change the build order and classpaths to include Xalan libraries. Also build 'junit' after 'contrib' so now tests in junit may test contrib code.
Rolf
More...
over 13 years ago
Some XPath libraries specify a null NamespaceURI when they mean "". The code should allow "" and null to mean 'No Namespace'. Also add copyright notices
Rolf
More...
over 13 years ago
Add the ability to 'seed' a NamespaceStack Allows the stack to be created at a non-default state. Include test to match
Rolf
More...
over 13 years ago
Move NamespaceStack tests in to the util area where it belongs (the actual NamespaceStack code was moved a while ago
Rolf
More...
over 13 years ago
Add Xalan Jar to repository This allows for a new XPath implementation, and the XSLTransform code can utilize it too
Rolf
More...
over 13 years ago
Fixes #62 - wrong NSURI for XMLNS
Rolf
More...
over 13 years ago
Fixes #61 - escaping \r character in XMLOutput. This problem was quite challenging, and requires a restructure of the Walker In essence, the text escaping was happening at the wrong time in the output (it was escaping the 'indented' values rather than the pre-indent values), thus the indenting itself was being escaped. The fix required some significant surgery....
Rolf
More...
over 13 years ago
Fixes #5 - Easly extendable XMLOutputter This is an example extension of the Outputter that shows how to remove Attributes that have specific details.
Rolf
More...
over 13 years ago
Fixes #47 - inconsistent serialization. The major issue was the XPath serialization which was broken (still is but is now deprecated). That left nothing really to fix, so instead put in tests which put all the core JDOM types through the serialization wringer.
Rolf
More...
over 13 years ago
Fixes #37 - JDOMSource now sets SystemID if there is a Document.getBaseURI()
Rolf
More...
over 13 years ago
Fixes some JavaDoc and also fixes #9
Rolf
More...
over 13 years ago
Implement XMLBase helper class with tests
Rolf
More...
over 13 years ago
Fix some JavaDoc
Rolf
More...
over 13 years ago
This should not be public
Rolf
More...
over 13 years ago
Tidy some code up. Update some samples to use jdom2 consructs
Rolf
More...
over 13 years ago
More small coverage changes
Rolf
More...
over 13 years ago
Add CloneBase to simplify clone() method calls which in turn cleans up the coverage reports. Fix some JavaDoc issues and lots of small coverage improvements
Rolf
More...
over 13 years ago
COverage Completion - value can never be null
Rolf
More...
over 13 years ago
Coverage Completion - Element to 100
Rolf
More...
over 13 years ago
Coverage Cleanup - Namespace Prefix never null
Rolf
More...
over 13 years ago
Memory improvements - SLIMJDOMFactory and Lazy AttributeList
Rolf
More...
over 13 years ago
Issue #60 - put in a check to confirm JDOM2 is compliant. It is... by virtue of the new NamespaceStack which does 'the right thing'.
Rolf
More...
over 13 years ago
More Javadoc tidying
Rolf
More...
over 13 years ago
Tidy up some JavaDoc
Rolf
More...
over 13 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
56
57
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree