Searched refs:valueAttributes (Results 1 – 2 of 2) sorted by relevance
203 HashSet<Attribute> valueAttributes = new LinkedHashSet<>(); in checkEmpty() local210 valueAttributes.add(attribute); in checkEmpty()220 if (valueAttributes.isEmpty()) { in checkEmpty()230 if (!valueAttributes.isEmpty()) { in checkEmpty()231 …||" + showPath(parents) + "||path has both value AND value attributes||" + valueAttributes + "||"); in checkEmpty()246 if (valueAttributes.isEmpty()) { in checkEmpty()251 if (!valueAttributes.isEmpty()) { in checkEmpty()263 + "||" + valueAttributes in checkEmpty()
1530 Map<String, String> valueAttributes = new HashMap<>(); in getRegularizedPaths() local1536 valueAttributes.clear(); in getRegularizedPaths()1550 valueAttributes.put(attribute, attributeValue); in getRegularizedPaths()1556 if (!valueAttributes.isEmpty()) { in getRegularizedPaths()1567 for (Entry<String, String> attributeAndValue : valueAttributes.entrySet()) { in getRegularizedPaths()