All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thaiopensource.relaxng.input.MultiInputFormat Maven / Gradle / Ivy

The newest version!
package com.thaiopensource.relaxng.input;

import com.thaiopensource.relaxng.edit.SchemaCollection;
import com.thaiopensource.relaxng.translate.util.InvalidParamsException;
import com.thaiopensource.resolver.Resolver;
import org.xml.sax.ErrorHandler;
import org.xml.sax.SAXException;

import java.io.IOException;

public interface MultiInputFormat extends InputFormat {
  SchemaCollection load(String[] uris, String[] params, String outputFormat, ErrorHandler eh, Resolver resolver)
          throws InputFailedException, InvalidParamsException, IOException, SAXException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy