1 package com.thaiopensource.validate.auto;2 3 import org.xml.sax.SAXException ;4 import org.xml.sax.XMLReader ;5 import com.thaiopensource.validate.auto.SchemaFuture;6 7 public interface SchemaReceiver {8 SchemaFuture installHandlers(XMLReader xr) throws SAXException ;9 }10