convert.relaxng.input
Class AbstractMultiInputFormat

java.lang.Object
  extended by convert.relaxng.input.AbstractMultiInputFormat
All Implemented Interfaces:
InputFormat, MultiInputFormat
Direct Known Subclasses:
XmlInputFormat

public abstract class AbstractMultiInputFormat
extends java.lang.Object
implements MultiInputFormat


Constructor Summary
AbstractMultiInputFormat()
           
 
Method Summary
 SchemaCollection load(java.lang.String uri, java.lang.String[] params, java.lang.String outputFormat, org.xml.sax.ErrorHandler eh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface convert.relaxng.input.MultiInputFormat
load
 

Constructor Detail

AbstractMultiInputFormat

public AbstractMultiInputFormat()
Method Detail

load

public SchemaCollection load(java.lang.String uri,
                             java.lang.String[] params,
                             java.lang.String outputFormat,
                             org.xml.sax.ErrorHandler eh)
                      throws InputFailedException,
                             InvalidParamsException,
                             java.io.IOException,
                             org.xml.sax.SAXException
Specified by:
load in interface InputFormat
Throws:
InputFailedException
InvalidParamsException
java.io.IOException
org.xml.sax.SAXException