home *** CD-ROM | disk | FTP | other *** search
- package XMLSpyInterface;
-
- public class SPYAuthenticElementKind {
- public static final long spyAuthenticChar = 0L;
- public static final long spyAuthenticWord = 1L;
- public static final long spyAuthenticLine = 3L;
- public static final long spyAuthenticParagraph = 4L;
- public static final long spyAuthenticTag = 6L;
- public static final long spyAuthenticDocument = 8L;
- public static final long spyAuthenticTable = 9L;
- public static final long spyAuthenticTableRow = 10L;
- public static final long spyAuthenticTableColumn = 11L;
- }
-