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 / parser / ElementValidator.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-02-23  |  596 b   |  17 lines

  1. package com.sun.xml.parser;
  2.  
  3. import org.xml.sax.SAXException;
  4.  
  5. class ElementValidator {
  6.    static final ElementValidator ANY = new ElementValidator();
  7.  
  8.    public void consume(String var1) throws SAXException {
  9.    }
  10.  
  11.    public void done() throws SAXException {
  12.    }
  13.  
  14.    public void text() throws SAXException {
  15.    }
  16. }
  17.