]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/org/w3c/dom/EntityReference.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / org / w3c / dom / EntityReference.java
diff --git a/libjava/org/w3c/dom/EntityReference.java b/libjava/org/w3c/dom/EntityReference.java
deleted file mode 100644 (file)
index 31c854d..0000000
+++ /dev/null
@@ -1,39 +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;\r
-\r
-/**\r
- * <code>EntityReference</code> objects may be inserted into the structure \r
- * model when an entity reference is in the source document, or when the \r
- * user wishes to insert an entity reference. Note that character references \r
- * and references to predefined entities are considered to be expanded by \r
- * the HTML or XML processor so that characters are represented by their \r
- * Unicode equivalent rather than by an entity reference. Moreover, the XML \r
- * processor may completely expand references to entities while building the \r
- * structure model, instead of providing <code>EntityReference</code> \r
- * objects. If it does provide such objects, then for a given \r
- * <code>EntityReference</code> node, it may be that there is no \r
- * <code>Entity</code> node representing the referenced entity. If such an \r
- * <code>Entity</code> exists, then the subtree of the \r
- * <code>EntityReference</code> node is in general a copy of the \r
- * <code>Entity</code> node subtree. However, this may not be true when an \r
- * entity contains an unbound namespace prefix. In such a case, because the \r
- * namespace prefix resolution depends on where the entity reference is, the \r
- * descendants of the <code>EntityReference</code> node may be bound to \r
- * different namespace URIs.\r
- * <p>As for <code>Entity</code> nodes, <code>EntityReference</code> nodes and \r
- * all their descendants are readonly.\r
- * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113'>Document Object Model (DOM) Level 2 Core Specification</a>.\r
- */\r
-public interface EntityReference extends Node {\r
-}\r