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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2001-05-24
|
376 b
|
9 lines
package webeq3.dom;
public interface MathMLMathElement extends MathMLElement, MathMLContainer {
String macros = "";
String display = "";
MathMLElement createMathMLElement(String var1);
}