home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 January / INTERNET113.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete2004.exe / Data1.cab / XMLSpyInterface.jar / XMLSpyInterface / SPYAuthenticElementKind.class (.txt) < prev    next >
Encoding:
Java Class File  |  2003-10-14  |  676 b   |  14 lines

  1. package XMLSpyInterface;
  2.  
  3. public class SPYAuthenticElementKind {
  4.    public static final long spyAuthenticChar = 0L;
  5.    public static final long spyAuthenticWord = 1L;
  6.    public static final long spyAuthenticLine = 3L;
  7.    public static final long spyAuthenticParagraph = 4L;
  8.    public static final long spyAuthenticTag = 6L;
  9.    public static final long spyAuthenticDocument = 8L;
  10.    public static final long spyAuthenticTable = 9L;
  11.    public static final long spyAuthenticTableRow = 10L;
  12.    public static final long spyAuthenticTableColumn = 11L;
  13. }
  14.