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

  1. package com.sun.xml.tree;
  2.  
  3. import org.xml.sax.SAXException;
  4.  
  5. public interface XmlReadable {
  6.    void doneChild(NodeEx var1, ParseContext var2) throws SAXException;
  7.  
  8.    void doneParse(ParseContext var1) throws SAXException;
  9.  
  10.    void startParse(ParseContext var1) throws SAXException;
  11. }
  12.