org.jbind.xml.schema.compiler
Interface ICompiler

All Known Implementing Classes:
Compiler

public interface ICompiler


Method Summary
 java.util.List compileSchema(ISchema aSchema, IConstraintViolations aViolations)
          Compiles a schema, i.e.
 

Method Detail

compileSchema

public java.util.List compileSchema(ISchema aSchema,
                                    IConstraintViolations aViolations)
Compiles a schema, i.e.  generates corresponding java classes.

Parameters:
aSchema - (required)
aViolations - (required).
Returns:
(required). A list of IFileInfos.