Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
8906
Description
XMLInputFactory.createXMLStreamReader(Source) accepts only StreamSource.
In order to migrate downstream projects (netconf/restconf and controller) to the new XML parser (residing in yang-data-codec-xml) we need a DOMSource parsing XMLStreamReader.
Thus, we need to create an implementation of XMLStreamReader which will accept and parse DOMSource XML representation.