Microsoft SDK for Java

Entity Class

The Entity class of the com.ms.xml.parser package implements an Entity object representing an XML internal or external entity as defined in the XML Document Type Definition (DTD).

public class Entity extends ElementImpl
{
  // Methods
  public Object getAttribute(Name attName);
  public Enumeration getAttributes();
  public Name getName();
  public Name getTagName();
  public void save(XMLOutputStream o) throws IOException;
  public void saveEntity(XMLOutputStream o) throws IOException;
  public void setText(String text);
}

Hierarchy

ElementImpl 
  |
  +--Entity

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