Searched refs:attrListIdx (Results 1 – 1 of 1) sorted by relevance
589 protected boolean checkAttr(int attrListIdx, XAttributeList list) { in checkAttr() argument593 if (attrList[attrListIdx][0].equals(list.getNameByIndex(j))) { in checkAttr()594 if (attrList[attrListIdx][2] == null) return true ; in checkAttr()595 return attrList[attrListIdx][2].equals(list.getValueByIndex(j)) ; in checkAttr()
Completed in 21 milliseconds