* completed.
*/
public Templates getTemplates()
{
try {
Sheet sheet = _engine.createSheet(_builder.getRootNode());
if (sheet == null ) {
throw new Exception("unable to build xheet");
}
_templates = new TemplatesImpl(sheet, _engine, _factory);
} catch (Exception ex) {