/* 876 */ return new StackRefData();
/* */ }
/* */
/* */ public void attributes(Object o, QName elementName, ElementBinding element, Attributes attrs, NamespaceContext nsCtx)
/* */ {
/* 882 */ BaseInterceptorData interceptorRef = (BaseInterceptorData)o;
/* 883 */ for (int i = 0; i < attrs.getLength(); i++)
/* */ {
/* 885 */ String localName = attrs.getLocalName(i);
/* 886 */ if (!"name".equals(localName))
/* */ continue;
/* 888 */ interceptorRef.setRefName(attrs.getValue(i));
/* */ }
/* */ }