231232233234235236237238
//parse with the template and create the files parseSource(globalWrappedSourceDocument, outSource); parseHeader(globalWrappedHeaderDocument, outHeader); } } catch (Exception e) { throw new SchemaCompilationException(e); } }
259260261262263264265266
return process(qName, metainf, typeMap, groupTypeMap, true, false); } catch (SchemaCompilationException e) { throw e; } catch (Exception e) { throw new SchemaCompilationException(e); } }