convert.relaxng.input.dtd
Class DtdInputFormat

java.lang.Object
  extended by convert.relaxng.input.dtd.DtdInputFormat
All Implemented Interfaces:
InputFormat

public class DtdInputFormat
extends java.lang.Object
implements InputFormat


Constructor Summary
DtdInputFormat()
           
 
Method Summary
 SchemaCollection load(java.lang.String uri, java.lang.String[] params, java.lang.String outputFormat, org.xml.sax.ErrorHandler eh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DtdInputFormat

public DtdInputFormat()
Method Detail

load

public SchemaCollection load(java.lang.String uri,
                             java.lang.String[] params,
                             java.lang.String outputFormat,
                             org.xml.sax.ErrorHandler eh)
                      throws InvalidParamsException,
                             java.io.IOException,
                             org.xml.sax.SAXException
Specified by:
load in interface InputFormat
Throws:
InvalidParamsException
java.io.IOException
org.xml.sax.SAXException