Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Woodstox 3.2 includes a somewhat complete implementation of XMLStreamReader which reads from a DOM tree or fragment. Similarly, there is class DOMWrappingWriter, which should do the reverse (ie. build DOM tree/fragment based on calls via XMLStreamWriter). However, currently it's just a placeholder, and most of the functionality is not really implemented. It would be good to finish it for Woodstox 4.0.
I spent the entire afternoon figuring out why I didn't get any data at all, only to find out afterwards that none of it is actually implemented. I suggest to either drop the class or complete it.