Searched refs:correspondingIndices (Results 1 – 1 of 1) sorted by relevance
653 List<Integer> correspondingIndices = new ArrayList<>(); in findIndexOfCorrespondingNodeTextElement() local662 if (!correspondingIndices.contains(i)) { in findIndexOfCorrespondingNodeTextElement()702 correspondingIndices.add(potentialMatches.get(bestMatchKey.get())); in findIndexOfCorrespondingNodeTextElement()704 correspondingIndices.add(-1); in findIndexOfCorrespondingNodeTextElement()708 return correspondingIndices; in findIndexOfCorrespondingNodeTextElement()