Searched refs:currentAttribute (Results 1 – 1 of 1) sorted by relevance
137 String currentAttribute = atts.getLocalName(i).toLowerCase(); in startElement() local138 if (sExpectedAttributes.contains(currentAttribute)) { in startElement()141 } else if (currentAttribute.equals("id")) { in startElement()142 extendedOutput.append("|id=" + currentAttribute); in startElement()143 } else if (currentAttribute.equals("src")) { in startElement()