13
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Sep 20, 2024 — Sep 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #47 - broken serialization example More... over 13 years ago
Fixes #63 - Error message improved when giving XML to SAXBuilder.build(String) More... over 13 years ago
Add an out-of-document-order union XPath Expression. 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 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 More... over 13 years ago
Small change to create a single XPathFactory. Makes changing the XPath factory easier 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. 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 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 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 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 More... over 13 years ago
Fixes #62 - wrong NSURI for XMLNS 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.... 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. 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. More... over 13 years ago
Fixes #37 - JDOMSource now sets SystemID if there is a Document.getBaseURI() More... over 13 years ago
Fixes some JavaDoc and also fixes #9 More... over 13 years ago
Implement XMLBase helper class with tests More... over 13 years ago
Fix some JavaDoc More... over 13 years ago
This should not be public More... over 13 years ago
Tidy some code up. Update some samples to use jdom2 consructs More... over 13 years ago
More small coverage changes 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 More... over 13 years ago
COverage Completion - value can never be null More... over 13 years ago
Coverage Completion - Element to 100 More... over 13 years ago
Coverage Cleanup - Namespace Prefix never null More... over 13 years ago
Memory improvements - SLIMJDOMFactory and Lazy AttributeList 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'. More... over 13 years ago
More Javadoc tidying More... over 13 years ago
Tidy up some JavaDoc More... over 13 years ago