001    package com.thaiopensource.validate.auto;
002    
003    import org.xml.sax.SAXException;
004    import org.xml.sax.XMLReader;
005    import com.thaiopensource.validate.auto.SchemaFuture;
006    
007    public interface SchemaReceiver {
008      SchemaFuture installHandlers(XMLReader xr) throws SAXException;
009    }