private BasicDirectiveElementProcessor create( PropertySet pPropertySet,
TemplateActionHandler pTemplateActionHandler ) throws Exception {
Template tm = new BasicTemplate();
BasicUnitList bul = new BasicUnitList();
TextualTransformManagerTable ttmt = new TextualTransformManagerTable( pPropertySet );
BasicDirectiveElementProcessor bdep = new BasicDirectiveElementProcessor( bul, pTemplateActionHandler,
pPropertySet, ttmt, tm );
return bdep;
}