1 package com.thaiopensource.relaxng.parse;2 3 import org.xml.sax.XMLReader ;4 import org.xml.sax.SAXException ;5 6 public interface ParseReceiver extends SubParser {7 ParsedPatternFuture installHandlers(XMLReader xr, SchemaBuilder schemaBuilder, Scope scope) throws SAXException ;8 }9