home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / validation / Validator$MatchState.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  499 b   |  14 lines

  1. package com.extensibility.validation;
  2.  
  3. import java.util.Vector;
  4.  
  5. class Validator$MatchState {
  6.    String element;
  7.    Vector next;
  8.  
  9.    Validator$MatchState(String var1) {
  10.       this.element = var1;
  11.       this.next = new Vector();
  12.    }
  13. }
  14.