]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/org/w3c/dom/ranges/DocumentRange.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / org / w3c / dom / ranges / DocumentRange.java
diff --git a/libjava/org/w3c/dom/ranges/DocumentRange.java b/libjava/org/w3c/dom/ranges/DocumentRange.java
deleted file mode 100644 (file)
index f9b764f..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*\r
- * Copyright (c) 2000 World Wide Web Consortium,\r
- * (Massachusetts Institute of Technology, Institut National de\r
- * Recherche en Informatique et en Automatique, Keio University). All\r
- * Rights Reserved. This program is distributed under the W3C's Software\r
- * Intellectual Property License. This program is distributed in the\r
- * hope that it will be useful, but WITHOUT ANY WARRANTY; without even\r
- * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR\r
- * PURPOSE.\r
- * See W3C License http://www.w3.org/Consortium/Legal/ for more details.\r
- */\r
-\r
-package org.w3c.dom.ranges;\r
-\r
-/**\r
- * <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>.\r
- * @since DOM Level 2\r
- */\r
-public interface DocumentRange {\r
-    /**\r
-     * This interface can be obtained from the object implementing the \r
-     * <code>Document</code> interface using binding-specific casting \r
-     * methods.\r
-     * @return The initial state of the Range returned from this method is \r
-     *   such that both of its boundary-points are positioned at the \r
-     *   beginning of the corresponding Document, before any content. The \r
-     *   Range returned can only be used to select content associated with \r
-     *   this Document, or with DocumentFragments and Attrs for which this \r
-     *   Document is the <code>ownerDocument</code>.\r
-     */\r
-    public Range createRange();\r
-\r
-}\r