Searched defs:skipAttributes (Results 1 – 5 of 5) sorted by relevance
40 public String set(XPathParts parts, Set<String> skipAttributes) { in set()
698 private static String removeAttributes(String xpath, Set<String> skipAttributes) { in removeAttributes()709 private static void removeAttributes(XPathParts parts, Set<String> skipAttributes) { in removeAttributes()
53 private static final Set<String> skipAttributes = new HashSet<>(Arrays.asList(new String[] { field in QuickCheck
366 private void skipAttributes() in skipAttributes() method in LibraryClassReader
127 private static final ImmutableSet<String> skipAttributes = ImmutableSet.of( field in TestBasic