Searched defs:attrList (Results 1 – 5 of 5) sorted by relevance
196 List<AttributeDescriptor> attrList = new ArrayList<AttributeDescriptor>(); in getDescriptor() local596 List<AttributeDescriptor> attrList = new ArrayList<AttributeDescriptor>(); in syncAttributes() local
267 AttributeInfo[] attrList = link.getAttributes(); in convertView() local
278 List<Attr> attrList = entry.getValue(); in initialize() local
204 AttributeDescriptor[] attrList = getAttributeDescriptors(); in getInternalUiAttributes() local
1871 public void startElement(QName elementQName, XMLAttributes attrList, Augmentations augs) in startElement()