Represents a declaration of an entity; e.g.
<!ENTITY COPY01 "Copyright 2001 Elliotte Harold">
IDL:
interface EntityDeclaration { };
Java binding:
package org.w3c.dom.contentModel; public interface EntityDeclaration { }