JDK-8175785 : Release Note: Non Java SE DOM APIs moved to jdk.xml.dom module
  • Type: Sub-task
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Delivered
  • Submitted: 2017-02-23
  • Updated: 2017-09-22
  • Resolved: 2017-03-03
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 9
9Resolved
Description
Before the Java SE 9 release, the DOM API package in `org.w3c.dom` included sub-packages that were not defined as a part of the Jave SE API. As of Java SE 9, these sub-packages are moved out of the `java.xml` module to a separate module called `jdk.xml.dom`. These packages are as follows:
```
    org.w3c.dom.css
    org.w3c.dom.html
    org.w3c.dom.stylesheets
    org.w3c.dom.xpath
```