home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / parser.jar / com / sun / xml / tree / ElementFactory.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  305 b   |  8 lines

  1. package com.sun.xml.tree;
  2.  
  3. public interface ElementFactory {
  4.    ElementEx createElementEx(String var1);
  5.  
  6.    ElementEx createElementEx(String var1, String var2);
  7. }
  8.