home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
INTERNET
/
NETSCAP4.06
/
CP32E406.EXE
/
netcast.z
/
ncjava10.jar
/
netscape
/
palomar
/
sgml
/
SGMLAttribute.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
|
1998-02-26
|
536 b
|
16 lines
package netscape.palomar.sgml;
import netscape.palomar.util.CascadedException;
public interface SGMLAttribute {
String getRawValue() throws CascadedException;
void setRawValue(String var1) throws CascadedException;
String getUnicode() throws CascadedException;
void setUnicode(String var1) throws CascadedException;
String getName();
}