13
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Sep 24, 2024 — Sep 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding unit test from issue report to code (doesn't use the abstract test class so may not be desirable for permanent inclusion) More... over 12 years ago
Adding unit test from issue report to code (doesn't use the abstract test class so may not be desirable for permanent inclusion) More... over 12 years ago
Make sure Attrs generated for "xmlns" attributes specify their namespace as http://www.w3.org/2000/xmlns/ More... over 12 years ago
Make sure Attrs generated for "xmlns" attributes specify their namespace as http://www.w3.org/2000/xmlns/ More... over 12 years ago
Fixes #114 - line separator fails to initialize. COde was trying to be too clever about value duplication. As a result, the enumberator values were trying to reference each other before they were initialized. Fix is to just do things simpler. Much simpler. More... over 12 years ago
Fixes #114 - line separator fails to initialize. COde was trying to be too clever about value duplication. As a result, the enumberator values were trying to reference each other before they were initialized. Fix is to just do things simpler. Much simpler. More... over 12 years ago
Fixes #111 - improve build(String) documentation for SAXBuilder More... over 12 years ago
Fixes #111 - improve build(String) documentation for SAXBuilder More... over 12 years ago
Issue #106 - setPrefix call before startElement. More... over 12 years ago
Fixes #113 - Jaxen 1.1.6 - no 1.1.6 jaxen in maven, update maven reference to latest 1.1.4 More... over 12 years ago
Fixes #113 - Jaxen 1.1.6 - no 1.1.6 jaxen in maven, update maven reference to latest 1.1.4 More... over 12 years ago
Fixes #112 in master branch More... over 12 years ago
Fixes #112 - make array grow a reasonable amount each time. More... over 12 years ago
Fix Javadoc copy/paste problems More... over 12 years ago
Update comments, add 'since 2.1.x' More... over 12 years ago
Fixes #102 - Documenting encoding issues with Writers in the XMLOutputter More... over 12 years ago
Fix brain-fart... The Writer is input, and the Reader is output. More... over 12 years ago
Refactor - Move/Rename the StAX Stream classes More... over 12 years ago
Merge pull request #105 from gburgett/stream_reader More... over 12 years ago
Sort out failing test-case. Improve code namespace handling. Remove enumeration for tracking state... it's easier with a simple boolean and some condition checks. More... over 12 years ago
Merge branch 'stream_reader' of github.com:gburgett/jdom into stream_reader More... over 12 years ago
Add revised version of the JDOMStreamReader together with some implementation details for JDOM integration, and a round-trip test More... over 12 years ago
Add mechanism to get number of attributes on an Element More... over 12 years ago
Added round-trip tests for JDOMStreamReader.java More... over 12 years ago
Get Namespace support working. Fix bug in StAXStreamProcessor related to setPrefix declaration in stream prior to calling writeStartElement(). Add new features to NamespaceStack. More... over 12 years ago
Build round-trip test case, and feed it in to StreamWriter using other JDOM Classes as feed-back. This allows a direct test. Get the StreamWriter to have some success on the round-trip, but not 100% yet More... over 12 years ago
getPrefix should return null for not-in-scope namespace URIs More... over 12 years ago
Add tests for NamespaceContext with changes to the class to match spec. Also change base storage from list to array. More... over 12 years ago
move tests to jaxb package and fix eclipse compile warnings too. More... over 12 years ago
Fix eclipse compile warnings More... over 12 years ago