home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2001 December
/
dppcpro1201.iso
/
Extras
/
maple
/
Viewer
/
WebEQ
/
MMLViewerInstall.cab
/
MMLViewerApplet.cab
/
org
/
w3c
/
dom
/
Entity.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
|
234 b
|
10 lines
package org.w3c.dom;
public interface Entity extends Node {
String getPublicId();
String getSystemId();
String getNotationName();
}