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 / SGMLText.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  528 b   |  10 lines

  1. package netscape.palomar.sgml;
  2.  
  3. public interface SGMLText extends SGMLElement {
  4.    String getUnicode();
  5.  
  6.    void setUnicode(String var1);
  7.  
  8.    void setParser(SGMLParser var1);
  9. }
  10.