home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 New Year / INTERNET112.ISO / pc / software / windows / building / xmlspy / xmlspyentunicode2004.exe / Data1.cab / XMLSpyInterface.jar / XMLSpyInterface / SPYDTDSchemaFormat.class (.txt) < prev    next >
Encoding:
Java Class File  |  2003-01-20  |  659 b   |  10 lines

  1. package XMLSpyInterface;
  2.  
  3. public class SPYDTDSchemaFormat {
  4.    public static final long spyBizTalk = 3L;
  5.    public static final long spyDCD = 1L;
  6.    public static final long spyDTD = 0L;
  7.    public static final long spyW3C = 4L;
  8.    public static final long spyXMLData = 2L;
  9. }
  10.