< prev index next >

jaxp/src/java.xml/share/classes/org/w3c/dom/ranges/DocumentRange.java

Print this page

        

*** 41,51 **** package org.w3c.dom.ranges; /** * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>. ! * @since 1.9, DOM Level 2 */ public interface DocumentRange { /** * This interface can be obtained from the object implementing the * <code>Document</code> interface using binding-specific casting --- 41,51 ---- package org.w3c.dom.ranges; /** * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>Document Object Model (DOM) Level 2 Traversal and Range Specification</a>. ! * @since 9, DOM Level 2 */ public interface DocumentRange { /** * This interface can be obtained from the object implementing the * <code>Document</code> interface using binding-specific casting
< prev index next >