Searched refs:VALUE_TO_PATH (Results 1 – 1 of 1) sorted by relevance
22 private Relation<String, String> VALUE_TO_PATH = null; field in SimpleXMLSource108 if (VALUE_TO_PATH != null) { in updateValuePathMapping()110 VALUE_TO_PATH.remove(normalize(oldValue), distinguishingXPath); in updateValuePathMapping()113 VALUE_TO_PATH.put(normalize(newValue), distinguishingXPath); in updateValuePathMapping()123 if (VALUE_TO_PATH == null) { in getPathsWithValue()124 VALUE_TO_PATH = Relation.of(new HashMap<String, Set<String>>(), HashSet.class); in getPathsWithValue()128 VALUE_TO_PATH.put(value, path); in getPathsWithValue()131 Set<String> paths = VALUE_TO_PATH.getAll(normalize(valueToMatch)); in getPathsWithValue()