Loading... (original) (raw)
Type:
Enhancement
Resolution: Fixed
Priority:
P4
Fix Version/s: 9
Affects Version/s: 6, 7, 8
Component/s: xml
Labels:
Subcomponent:
org.w3c.domResolved In Build:
b22CPU:
x86OS:
os_x
A DESCRIPTION OF THE PROBLEM :
The page at [1] says that JAXP 1.4 is part of Java SE 6.0 and lists the packages included in JAXP. However, some of these packages are not part of the Java Core API [2], e.g. org.w3c.dom.traversal.
I believe these packages should either be added to the Core API or their absence should be explicitly documented ("JAXP 1.4 is part of Java SE except for these packages... ").
[1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html
[2] http://docs.oracle.com/javase/6/docs/api/
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html
relates to
JDK-8049109 Add @since 1.9 to new packages added in jaxp
- Resolved
JDK-8006843 org.w3c.dom.events.UIEvent.getView is specified to return type that is not in the Java SE specification
- Resolved
JDK-8057627 Add org.w3c.dom.ranges and org.w3c.dom.traversal as exported API in modules.xml
- Resolved