Re: RFR: 8023276: Java SE should include the full DOM API from JAXP

2014-06-30 Thread huizhe wang
Thanks Mandy, Lance. The changeset is pushed. -Joe On 6/30/2014 5:02 PM, Mandy Chung wrote: On 6/30/14 2:32 PM, huizhe wang wrote: Hi, Three packages are missing from the DOM API documentation in JAXP: org.w3c.dom.views org.w3c.dom.ranges org.w3c.dom.traversal We add

Re: RFR: 8023276: Java SE should include the full DOM API from JAXP

2014-06-30 Thread Mandy Chung
On 6/30/14 2:32 PM, huizhe wang wrote: Hi, Three packages are missing from the DOM API documentation in JAXP: org.w3c.dom.views org.w3c.dom.ranges org.w3c.dom.traversal We added org.w3c.dom.views in JAXP 1.6 and fixed JDK-8006843. But since we were too close to the dead

Re: RFR: 8023276: Java SE should include the full DOM API from JAXP

2014-06-30 Thread Lance Andersen
+1 On Jun 30, 2014, at 5:32 PM, huizhe wang wrote: > Hi, > > Three packages are missing from the DOM API documentation in JAXP: >org.w3c.dom.views >org.w3c.dom.ranges >org.w3c.dom.traversal > > We added org.w3c.dom.views in JAXP 1.6 and fixed JDK-8006843. But since we >