Loading... (original) (raw)

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

Sub-task - The sub-task of the issue JDK-8049109 Add @since 1.9 to new packages added in jaxp

Bug - A problem which impairs or prevents the functions of the product. JDK-8006843 org.w3c.dom.events.UIEvent.getView is specified to return type that is not in the Java SE specification

Bug - A problem which impairs or prevents the functions of the product. JDK-8057627 Add org.w3c.dom.ranges and org.w3c.dom.traversal as exported API in modules.xml