Searched refs:debugXPath (Results 1 – 3 of 3) sorted by relevance
163 String debugXPath = options.get("xpath").getValue(); in processArgs() local165 if (debugXPath != null) { in processArgs()166 debugXPath = debugXPath.replaceAll("=([^\\]\"]++)\\]", "=\"$1\"\\]"); in processArgs()236 localeMapper.setDebugXPath(debugXPath); in processArgs()252 processSupplemental(type, debugXPath); in processArgs()272 private void processSupplemental(Type type, String debugXPath) { in processSupplemental() argument294 if (debugXPath != null) { in processSupplemental()295 mapper.setDebugXPath(debugXPath); in processSupplemental()
53 private String debugXPath; field in SupplementalMapper483 public void setDebugXPath(String debugXPath) { in setDebugXPath() argument484 this.debugXPath = debugXPath; in setDebugXPath()492 return debugXPath == null ? false : xpath.startsWith(debugXPath); in isDebugXPath()
60 private String debugXPath; field in LocaleMapper472 public void setDebugXPath(String debugXPath) { in setDebugXPath() argument473 this.debugXPath = debugXPath; in setDebugXPath()481 return debugXPath == null ? false : xpath.startsWith(debugXPath); in isDebugXPath()