18
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 23 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial implementation of OMDataSource to SAX serialization (in push mode).
Andreas Veithen
as veithen
More... about 11 years ago
Switched to the new SAX serialization code.
Andreas Veithen
as veithen
More... about 11 years ago
More SAX serialization code.
Andreas Veithen
as veithen
More... about 11 years ago
Simplified the StAX serialization code such that setPrefix is called together with writeNamespace. The original code separated these two calls to work around a non conformance in IBM's original StAX implementation (which is now handled by the StAX dialect mechanism).
Andreas Veithen
as veithen
More... about 11 years ago
Started to implement new SAX serialization code.
Andreas Veithen
as veithen
More... over 11 years ago
Reorganized the packages in axiom-common-impl.
Andreas Veithen
as veithen
More... over 11 years ago
* Defined a new exception (DeferredParsingException) specifically for errors occurring when fetching data from the underlying parser.
Andreas Veithen
as veithen
More... over 11 years ago
Deprecated an exception that was used only in code that is normally unreachable.
Andreas Veithen
as veithen
More... over 11 years ago
Fixed incorrect Javadoc.
Andreas Veithen
as veithen
More... over 11 years ago
Correctly encapsulate XMLStreamWriter in StAXSerializer (so that we will be able to use the same API for SAX).
Andreas Veithen
as veithen
More... over 11 years ago
Avoid unnecessary creation of a default OMOutputFormat object.
Andreas Veithen
as veithen
More... over 11 years ago
Partial implementation of AXIOM-288: it is now possible to continue building the rest of the tree after an element has been consumed using serializeAndConsume.
Andreas Veithen
as veithen
More... over 11 years ago
Started to refactor the serialization code with the ultimate goal to have a mechanism that covers StAX and SAX as well as cache=true and cache=false in a unified way.
Andreas Veithen
as veithen
More... over 11 years ago
AXIOM-435: Removed dead code.
Andreas Veithen
as veithen
More... over 11 years ago
Added a hasName(QName) method to OMElement and OMAttribute.
Andreas Veithen
as veithen
More... over 11 years ago
Don't allow creation of OMAttribute instances with a namespace, but no prefix.
Andreas Veithen
as veithen
More... over 11 years ago
Consolidated test cases for createOMAttribute.
Andreas Veithen
as veithen
More... over 11 years ago
Code simplification and dead code elimination.
Andreas Veithen
as veithen
More... over 11 years ago
Recycle the ArrayList objects used during namespace repairing.
Andreas Veithen
as veithen
More... over 11 years ago
Streamlined the StAXSerializer API.
Andreas Veithen
as veithen
More... over 11 years ago
Started refactoring of the serialization code (to simplify the code and eventually be able to implement AXIOM-288).
Andreas Veithen
as veithen
More... over 11 years ago
Deprecated a couple of internal methods that are no longer used.
Andreas Veithen
as veithen
More... over 11 years ago
Corrected a problem with the initial fix for AXIOM-392.
Andreas Veithen
as veithen
More... over 11 years ago
Fixed an issue with insertSibling(After|Before).
Andreas Veithen
as veithen
More... over 11 years ago
Correctly serialize SOAPFaults that contain comments in their child elements.
Andreas Veithen
as veithen
More... over 11 years ago
Initial fix for AXIOM-392: Let the setter methods take care of the order of child elements in a SOAPFault (instead of reordering the child nodes during serialization).
Andreas Veithen
as veithen
More... over 11 years ago
Renamed *ImplUtil to *Helper for consistency with other classes.
Andreas Veithen
as veithen
More... over 11 years ago
Implemented some SOAPFactory methods missing in DOOM.
Andreas Veithen
as veithen
More... over 11 years ago
More test cases for AXIOM-392.
Andreas Veithen
as veithen
More... over 11 years ago
* Partial fix for AXIOM-430.
Andreas Veithen
as veithen
More... over 11 years ago