Searched refs:xmlAttrMap (Results 1 – 1 of 1) sorted by relevance
1418 NamedNodeMap xmlAttrMap = xmlNode.getAttributes(); in updateAttributeList() local1426 Node xmlAttr = xmlAttrMap == null ? null : in updateAttributeList()1427 xmlAttrMap.getNamedItemNS(desc.getNamespaceUri(), desc.getXmlLocalName()); in updateAttributeList()1443 if (xmlAttrMap != null) { in updateAttributeList()1444 for (int i = 0; i < xmlAttrMap.getLength(); i++) { in updateAttributeList()1445 Node xmlAttr = xmlAttrMap.item(i); in updateAttributeList()