< prev index next >

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

Print this page

        

*** 45,55 **** import org.w3c.dom.DOMException; import org.w3c.dom.DocumentFragment; /** * <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 Range { /** * Node within which the Range begins * @exception DOMException --- 45,55 ---- import org.w3c.dom.DOMException; import org.w3c.dom.DocumentFragment; /** * <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 Range { /** * Node within which the Range begins * @exception DOMException
< prev index next >