Interface OutputFormat
-
- All Known Implementing Classes:
DtdOutputFormat,RncOutputFormat,RngOutputFormat,XsdOutputFormat
public interface OutputFormat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoutput(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.SAXExceptionjava.io.IOExceptionOutputFailedExceptionInvalidParamsException
-
-