com.thaiopensource.relaxng
Interface SchemaLanguage

All Known Implementing Classes:
com.thaiopensource.relaxng.impl.SchemaLanguageImpl

public interface SchemaLanguage


Method Summary
 Schema createSchema(XMLReaderCreator xrc, InputSource in, ErrorHandler eh, SchemaOptions options, DatatypeLibraryFactory dlf)
           
 

Method Detail

createSchema

public Schema createSchema(XMLReaderCreator xrc,
                           InputSource in,
                           ErrorHandler eh,
                           SchemaOptions options,
                           DatatypeLibraryFactory dlf)
                    throws IOException,
                           SAXException,
                           IncorrectSchemaException
IOException
SAXException
IncorrectSchemaException