Microsoft SDK for Java

ElementDecl Class

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();
}

Hierarchy

ElementImpl 
  |
  +--ElementDecl

© 1999 Microsoft Corporation. All rights reserved. Terms of use.