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 / XmlWritable.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  289 b   |  10 lines

  1. package com.sun.xml.tree;
  2.  
  3. import java.io.IOException;
  4.  
  5. public interface XmlWritable {
  6.    void writeChildrenXml(XmlWriteContext var1) throws IOException;
  7.  
  8.    void writeXml(XmlWriteContext var1) throws IOException;
  9. }
  10.