org.jbind.xml.schema.instantiation
Interface ISchemaReader

All Superinterfaces:
ISchemaParser
All Known Subinterfaces:
IInstantiator
All Known Implementing Classes:
Instantiator

public interface ISchemaReader
extends ISchemaParser


Method Summary
 ISchema readSchema(java.net.URL aUrl, boolean aUseBuiltInClassesOnly, java.lang.String aPackage)
          Instantiate a schema.
 
Methods inherited from interface org.jbind.xml.schema.instantiation.ISchemaParser
parseSchema
 

Method Detail

readSchema

public ISchema readSchema(java.net.URL aUrl,
                          boolean aUseBuiltInClassesOnly,
                          java.lang.String aPackage)
                   throws XmlException
Instantiate a schema.

Parameters:
aUseBuiltInClassesOnly - Determines if only built-in classes are used or if generated classes are also used.
aPackage - (optional) The package of the generated classes. This parameter overloads the package that can be specified in the schema.
Returns:
(required).
Throws:
XmlException