Searched refs:elementToAttributes (Results 1 – 1 of 1) sorted by relevance
114 Relation<String, String> elementToAttributes = ElementAttributeInfo in showDistinguishing() local128 for (String element : elementToAttributes.keySet()) { in showDistinguishing()130 Set<String> attributes = elementToAttributes.getAll(element); in showDistinguishing()303 Relation<String, String> elementToAttributes = ElementAttributeInfo in checkEmpty() local312 Set<String> attributes = elementToAttributes.getAll(empty); in checkEmpty()336 Relation<String, String> elementToAttributes = ElementAttributeInfo in checkLeaf() local345 Set<String> attributes = elementToAttributes.getAll(element); in checkLeaf()374 Relation<String, String> elementToAttributes = data.elementToAttributes; in checkNodeData() local382 Set<String> foundElements = elementToAttributes.keySet(); in checkNodeData()392 Set<String> actualAttributes = remove_q(elementToAttributes in checkNodeData()[all …]