Searched refs:getAttributeKeys (Results 1 – 15 of 15) sorted by relevance
42 assertThat(file.getAttributeKeys()).isEmpty(); in testAttributes()49 assertThat(file.getAttributeKeys()).containsExactly("foo:foo"); in testAttributes()54 assertThat(file.getAttributeKeys()).isEmpty(); in testAttributes()
56 assertThat(ImmutableList.copyOf(file.getAttributeKeys())).isEmpty(); in testInitialAttributes()96 assertThat(file.getAttributeKeys()).containsExactly("user:b1", "user:b2"); in testView()113 assertThat(file.getAttributeKeys()).containsExactly("user:b1"); in testView()
91 for (String key : fullParts.getAttributeKeys(i)) { in showDistinguishingAttributes()94 for (String key : parts.getAttributeKeys(i)) { in showDistinguishingAttributes()
568 Collection<String> distinguishing = pathPlain.getAttributeKeys(elementIndex); in addPathDiff()569 Collection<String> attributesCurrent = pathCurrent.getAttributeKeys(elementIndex); in addPathDiff()570 Collection<String> attributesOld = pathCurrent.getAttributeKeys(elementIndex); in addPathDiff()
301 … elementPathToAttributes.putAll(elementPath.toString().intern(), parts.getAttributeKeys(i)); in add()657 Collection<String> attributes = parts.getAttributeKeys(i); in handlePathValue()
43 for (String key : parts.getAttributeKeys(i)) { in set()
1512 for (String attribute : pathPlain.getAttributeKeys(i)) { in isDeprecated()1593 for (String attribute : pathPlain.getAttributeKeys(i)) { in getRegularizedPaths()1672 && !pathPlain.getAttributeKeys(-1).contains("tts")) { in getValueSplitter()
426 public Collection<String> getAttributeKeys(int elementIndex) { in getAttributeKeys() method in XPathParts
2948 for (String attribute : distinguishingParts.getAttributeKeys(i)) {
213 final synchronized ImmutableSet<String> getAttributeKeys() { in getAttributeKeys() method in File
506 for (String attributeName : parts.getAttributeKeys(i)) { in checkParts()541 for (String attribute : parts.getAttributeKeys(i)) { in removeNonDistinguishing()
210 .getAttributeKeys(i)) { in checkDtds()633 for (String attribute : parts.getAttributeKeys(i)) { in TestPaths()
535 .getAttributeKeys(i);
260 for (String attribute : parts.getAttributeKeys(i)) { in checkPaths()
137 Collection<String> actualAttributeKeys = parts.getAttributeKeys(i); in rewrite()