Home | History | Annotate | Download | only in dom

Lines Matching defs:Entity

16  * This interface represents a known entity, either parsed or unparsed, in an
17 * XML document. Note that this models the entity itself <em>not</em> the entity declaration.
19 * <code>Node</code> contains the name of the entity.
24 * process entity declarations made in the external subset or declared in
27 * that the replacement text of the entity may not be available. When the <a href='http://www.w3.org/TR/2004/REC-xml-20040204#intern-replacement'>
28 * replacement text</a> is available, the corresponding <code>Entity</code> node's child list
31 * <p>DOM Level 3 does not support editing <code>Entity</code> nodes; if a
32 * user wants to make changes to the contents of an <code>Entity</code>,
34 * structure model by a clone of the <code>Entity</code>'s contents, and
36 * <code>Entity</code> nodes and all their descendants are readonly.
37 * <p>An <code>Entity</code> node does not have any parent.
38 * <p ><b>Note:</b> If the entity contains an unbound namespace prefix, the
40 * <code>Entity</code> node subtree is <code>null</code>. The same is true
41 * for <code>EntityReference</code> nodes that refer to this entity, when
46 public interface Entity extends Node {
48 * The public identifier associated with the entity if specified, and
54 * The system identifier associated with the entity if specified, and
60 * For unparsed entities, the name of the notation for the entity. For
66 * An attribute specifying the encoding used for this entity at the time
67 * of parsing, when it is an external parsed entity. This is
68 * <code>null</code> if it an entity from the internal subset or if it
76 * of this entity, when it is an external parsed entity. This is
84 * number of this entity, when it is an external parsed entity. This is