JDK-8230814 : Enable SAX ContentHandler to handle XML Declaration
  • Type: Enhancement
  • Component: xml
  • Sub-Component: jaxp
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-09-10
  • Updated: 2019-09-26
  • Resolved: 2019-09-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 14
14 b16Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Sub Tasks
JDK-8230936 :  
Description
The SAX ContentHandler omits the event of  XML Declaration. Applications currently have no way of reading the declaration with a SAX handler. This is an issue for applications that wish to preserve the original declaration.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/0ff1aeedc338 User: joehw Date: 2019-09-19 16:54:13 +0000
19-09-2019