sgml/src/SGMLElement.i3


INTERFACE SGMLElement;

IMPORT SGML;

TYPE
  T = SGML.StartElementEvent;

CONST
  Brand = "SGMLElement";

END SGMLElement.