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

  1. package webeq3.dom;
  2.  
  3. public interface MathMLMathElement extends MathMLElement, MathMLContainer {
  4.    String macros = "";
  5.    String display = "";
  6.  
  7.    MathMLElement createMathMLElement(String var1);
  8. }
  9.