Searched refs:numericIdMatcher (Results 1 – 1 of 1) sorted by relevance
164 … private static Matcher numericIdMatcher = PatternCache.get("\\[@id=\"([^\"]+)\"\\]").matcher(""); field in ExtractMessages175 numericIdMatcher.reset(path).find(); in handlePathValue()176 String id = numericIdMatcher.group(1); in handlePathValue()211 numericIdMatcher.reset(path).find(); in handlePathValue()212 String numericId = numericIdMatcher.group(1); in handlePathValue()