convert.relaxng.input
Interface MultiInputFormat

All Superinterfaces:
InputFormat
All Known Implementing Classes:
AbstractMultiInputFormat, XmlInputFormat

public interface MultiInputFormat
extends InputFormat


Method Summary
 SchemaCollection load(java.lang.String[] uris, java.lang.String[] params, java.lang.String outputFormat, org.xml.sax.ErrorHandler eh)
           
 
Methods inherited from interface convert.relaxng.input.InputFormat
load
 

Method Detail

load

SchemaCollection load(java.lang.String[] uris,
                      java.lang.String[] params,
                      java.lang.String outputFormat,
                      org.xml.sax.ErrorHandler eh)
                      throws InputFailedException,
                             InvalidParamsException,
                             java.io.IOException,
                             org.xml.sax.SAXException
Throws:
InputFailedException
InvalidParamsException
java.io.IOException
org.xml.sax.SAXException