element.addAttribute(new AttributeImpl("name", "${flintstone}"));
List elements = Collections.singletonList(element);
m.getTranslator("cartoon");
control.setReturnValue(new NullTranslator());
m.resolveType("StringHolderImpl");
control.setReturnValue(StringHolderImpl.class);
m.expandSymbols("${fred}", null);