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:
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
|
484 b
|
14 lines
package webeq3.dom;
import org.w3c.dom.Element;
public interface MathMLElement extends Element {
String className = "";
String mathElementStyle = "";
// $FF: renamed from: id java.lang.String
String field_0 = "";
String xref = "";
String href = "";
MathMLMathElement ownerMathElement = null;
}