Searched defs:Entity (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DEntity.java57 * replacement text</a> is available, the corresponding <code>Entity</code> node's child list
60 * <p>DOM Level 3 does not support editing <code>Entity</code> nodes; if a
61 * user wants to make changes to the contents of an <code>Entity</code>,
63 * structure model by a clone of the <code>Entity</code>'s contents, and
65 * <code>Entity</code> nodes and all their descendants are readonly.
66 * <p>An <code>Entity</code> node does not have any parent.
69 * <code>Entity</code> node subtree is <code>null</code>. The same is true
75 public interface Entity extends Node { interface in inherits:Node
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DEntity.java44 class Entity implements DTDConstants { class in inherits:DTDConstants
55 public Entity(String name, int type, char data[]) { method in class:Entity
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DEntity.java40 public abstract class Entity implements Elemental { class in inherits:Elemental
44 public Entity(Locator locator) { method in class:Entity
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DEntity.java32 * Entity information.
36 public abstract class Entity { class
44 /** Entity name. */
56 public Entity() { method in class:Entity
61 public Entity(String name, boolean inExternalSubset) { method in class:Entity
88 public void setValues(Entity entity) {
91 } // setValues(Entity)
100 extends Entity {
125 // Entity methods
145 public void setValues(Entity entit
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java91 public static class Entity implements Provider { class in class:Properties
95 public Entity() { method in class:Properties.Entity
99 public Entity(Properties.Entity object) { method in class:Properties.Entity

Completed in 38 milliseconds