Searched refs:typeAttribute (Results 1 – 1 of 1) sorted by relevance
244 String typeAttribute = attributeFunction.apply(tag, SdkConstants.ATTR_TYPE); in fromXmlTag() local245 if (!Strings.isNullOrEmpty(typeAttribute)) { in fromXmlTag()246 return fromClassName(typeAttribute); in fromXmlTag()