Searched refs:currAttrName (Results 1 – 1 of 1) sorted by relevance
554 String currAttrName = null; in findSelectionInXmlFile() local596 currAttrName = findSelectionInRegion(region, selStart); in findSelectionInXmlFile()605 if (mTokenString != null && node != null && currAttrName != null) { in findSelectionInXmlFile()610 validateSelectedAttribute(editor, node, currAttrName, status); in findSelectionInXmlFile()650 String currAttrName = null; in findSelectionInRegion() local663 currAttrName = region.getText(subRegion); in findSelectionInRegion()700 if (text.length() > 0 && currAttrName != null) { in findSelectionInRegion()710 return currAttrName; in findSelectionInRegion()