Searched refs:pathResult (Results 1 – 1 of 1) sorted by relevance
1531 XPathPartsSet pathResult = new XPathPartsSet(); in getRegularizedPaths() local1535 pathResult.addElement(element); in getRegularizedPaths()1544 … pathResult.addAttributes(attribute, SPACE_SPLITTER.splitToList(attributeValue)); in getRegularizedPaths()1546 pathResult.addAttribute(attribute, attributeValue); in getRegularizedPaths()1563 pathResult.setElement(i, element + "_"); in getRegularizedPaths()1571 Set<String> pathsShort = pathResult.toStrings(); in getRegularizedPaths()1585 pathResult.setElement(i, element); // restore in getRegularizedPaths()1593 return pathResult.toStrings(); in getRegularizedPaths()