Searched refs:attrDescs (Results 1 – 1 of 1) sorted by relevance
422 ArrayList<AttributeDescriptor> attrDescs = new ArrayList<AttributeDescriptor>(); in inflateElement() local423 DescriptorsUtils.appendAttributes(attrDescs, in inflateElement()430 elemDesc.setAttributes(attrDescs.toArray(new AttributeDescriptor[attrDescs.size()])); in inflateElement()