Searched refs:currentAttribute (Results 1 – 2 of 2) 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()
165 int currentAttribute = buffer.getAttributes(cursorColumn, cursorRow); in onDraw() local166 boolean onWideCharacter = (currentAttribute & VDUBuffer.FULLWIDTH) != 0; in onDraw()