*
* @throws JiBXException if thrown by JiBX code generator
* @throws IOException if thrown by JiBX code generator
*/
public void generate() throws JiBXException, IOException {
CodeGen codegen = new CodeGen(customRoot, schemaRoot, generatePath);
codegen.generate(verbose, usingNamespace, nonamespacePackage, bindingName, fileset, includePaths,
modelFile, problemHandler);
setPostGenerateInfo(codegen);
}