Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Hi, again.
Previously, I asked when NsReparing mode of DOMWrappingWriter can be released.
But, it was not scheduled so that I added a simple namespace context object to my engine.(I mentioned I'm working on creating a xml binding tool.)
After implementing my ns context object, I tried to implement ns repair mode of DOMWrappingWriter.
Because I couldn't make lots of effors on it yet, there must be problems.
Honestly I spent just several hours to implement ns repair mode. It could be possible by refering RepairingNsStreamWriter class and SimpleOutputElement class. ( I added almost same logic to DOMWrappignWriter and create DOMOutputElement class.)
Though it's not optimized implemention, I post these DOMWrappingWriter and DOMOutputElement.
I wish it could be contribution to woodstox.
If any problem, please let me know.
Thank you for the contribution! I will review it and hope to be able to use it in part or as whole.