Searched refs:skipPaths (Results 1 – 2 of 2) sorted by relevance
172 …static Matcher skipPaths = PatternCache.get("/identity" + "|/alias" + "|\\[@alt=\"proposed").match… field in QuickCheck300 if (skipPaths.reset(path).find()) { in checkPaths()
2481 Set<String> skipPaths = new HashSet<String>(); in fixIdenticalChildren()2485 CollectionUtilities.addAll(resolvedFile.iterator(), skipPaths); in fixIdenticalChildren() local2492 if (skipPaths.contains(xpath)) continue; in fixIdenticalChildren()2509 skipPaths.add(xpath); in fixIdenticalChildren()