convert.relaxng.output
Interface OutputFormat

All Known Implementing Classes:
DtdOutputFormat, RncOutputFormat, RngOutputFormat, XsdOutputFormat

public interface OutputFormat


Method Summary
 void output(SchemaCollection sc, OutputDirectory od, java.lang.String[] params, java.lang.String inputFormat, org.xml.sax.ErrorHandler eh)
           
 

Method Detail

output

void output(SchemaCollection sc,
            OutputDirectory od,
            java.lang.String[] params,
            java.lang.String inputFormat,
            org.xml.sax.ErrorHandler eh)
            throws org.xml.sax.SAXException,
                   java.io.IOException,
                   OutputFailedException,
                   InvalidParamsException
Throws:
org.xml.sax.SAXException
java.io.IOException
OutputFailedException
InvalidParamsException