LibraryBuilder libraryBuilder = (LibraryBuilder) libraryBuilderClass
.newInstance();
// Set the attributes defined in the moml to the attributes of the
// LibraryBuilder
libraryBuilder.addAttributes(alternateLibraryBuilderAttribute
.attributeList());
try {
library = libraryBuilder.buildLibrary(libraryContainer
.workspace());