home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2001 December / dppcpro1201.iso / Extras / maple / Viewer / WebEQ / MMLViewerInstall.cab / MMLViewerApplet.cab / webeq3 / dom / MathMLElement.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-05-24  |  484 b   |  14 lines

  1. package webeq3.dom;
  2.  
  3. import org.w3c.dom.Element;
  4.  
  5. public interface MathMLElement extends Element {
  6.    String className = "";
  7.    String mathElementStyle = "";
  8.    // $FF: renamed from: id java.lang.String
  9.    String field_0 = "";
  10.    String xref = "";
  11.    String href = "";
  12.    MathMLMathElement ownerMathElement = null;
  13. }
  14.