Package com.thaiopensource.relaxng.input
Class AbstractMultiInputFormat
- java.lang.Object
-
- com.thaiopensource.relaxng.input.AbstractMultiInputFormat
-
- All Implemented Interfaces:
InputFormat,MultiInputFormat
- Direct Known Subclasses:
XmlInputFormat
public abstract class AbstractMultiInputFormat extends java.lang.Object implements MultiInputFormat
-
-
Constructor Summary
Constructors Constructor Description AbstractMultiInputFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaCollectionload(java.lang.String uri, java.lang.String[] params, java.lang.String outputFormat, org.xml.sax.ErrorHandler eh, Resolver resolver)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.thaiopensource.relaxng.input.MultiInputFormat
load
-
-
-
-
Method Detail
-
load
public SchemaCollection load(java.lang.String uri, java.lang.String[] params, java.lang.String outputFormat, org.xml.sax.ErrorHandler eh, Resolver resolver) throws InputFailedException, InvalidParamsException, java.io.IOException, org.xml.sax.SAXException
- Specified by:
loadin interfaceInputFormat- Throws:
InputFailedExceptionInvalidParamsExceptionjava.io.IOExceptionorg.xml.sax.SAXException
-
-