xml.translate
Class BufferDtdInputFormat

java.lang.Object
  extended by com.thaiopensource.relaxng.input.dtd.DtdInputFormat
      extended by xml.translate.BufferDtdInputFormat
All Implemented Interfaces:
com.thaiopensource.relaxng.input.InputFormat

public class BufferDtdInputFormat
extends com.thaiopensource.relaxng.input.dtd.DtdInputFormat


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

Constructor Detail

BufferDtdInputFormat

public BufferDtdInputFormat()
Method Detail

load

public com.thaiopensource.relaxng.edit.SchemaCollection load(java.lang.String uri,
                                                             java.lang.String[] params,
                                                             java.lang.String outputFormat,
                                                             org.xml.sax.ErrorHandler eh,
                                                             com.thaiopensource.resolver.Resolver resolver)
                                                      throws com.thaiopensource.relaxng.translate.util.InvalidParamsException,
                                                             java.io.IOException,
                                                             org.xml.sax.SAXException
Specified by:
load in interface com.thaiopensource.relaxng.input.InputFormat
Overrides:
load in class com.thaiopensource.relaxng.input.dtd.DtdInputFormat
Throws:
com.thaiopensource.relaxng.translate.util.InvalidParamsException
java.io.IOException
org.xml.sax.SAXException