/* */ {
/* 748 */ AttributeHandler handler = binding.getHandler();
/* 749 */ if (handler != null)
/* */ {
/* 751 */ Object value = handler.unmarshal(elementName, attrName, binding, nsCtx, attrs.getValue(i));
/* 752 */ handler.attribute(elementName, attrName, binding, o, value);
/* */ }
/* */ else
/* */ {
/* 756 */ throw new JBossXBRuntimeException("Attribute binding present but has no handler: element=" + elementName + ", attrinute=" + attrName);
/* */ }