The ElementDecl class of the com.ms.xml.parser package represents an element declaration in an XML Document Type Definition (DTD).
public class ElementDecl extends ElementImpl { // Methods public final AttDef findAttDef(Name name); public final ContentModel getContent(); public final Name getName(); public void save(XMLOutputStream o) throws IOException; public Element toSchema(); }
ElementImpl | +--ElementDecl