Uses of Interface
project35.mda.schema.SchemaReaderInterface

Packages that use SchemaReaderInterface
project35.mda.schema The package contains classes which are responsible for interpreting the XML schema. 
 

Uses of SchemaReaderInterface in project35.mda.schema
 

Classes in project35.mda.schema that implement SchemaReaderInterface
 class MsvSchemaReader
          Implementation of the SchemaReaderInterface based upon Sun's Multi Schema Validator (MSV).
 

Methods in project35.mda.schema that return SchemaReaderInterface
 SchemaReaderInterface Startup.getSchemaReader()