org.jbind.xml.schema.instantiation
Interface ISchemaParser

All Known Subinterfaces:
IInstantiator, ISchemaReader
All Known Implementing Classes:
Instantiator, SchemaParser

public interface ISchemaParser


Method Summary
 ISchemaElement parseSchema(java.net.URL anUrl, ISchemaElement aParent)
          Parses a schema doucment.
 

Method Detail

parseSchema

public ISchemaElement parseSchema(java.net.URL anUrl,
                                  ISchemaElement aParent)
                           throws XmlException
Parses a schema doucment.

Parameters:
anUrl - (required).
aParent - (optional).
Returns:
(required).
Throws:
XmlException