Class XsdOutputFormat
- java.lang.Object
-
- com.thaiopensource.relaxng.output.xsd.XsdOutputFormat
-
- All Implemented Interfaces:
OutputFormat
public class XsdOutputFormat extends java.lang.Object implements OutputFormat
-
-
Constructor Summary
Constructors Constructor Description XsdOutputFormat()
-
Method Summary
All Methods Instance Methods Concrete 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
public 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
- Specified by:
outputin interfaceOutputFormat- Throws:
org.xml.sax.SAXExceptionjava.io.IOExceptionOutputFailedExceptionInvalidParamsException
-
-