214215216217218219220221222223224
} if (DEFAULT_OUTPUT_EXPRESSION.equals(outputPath)) { // The output path is the default expression, so use the selected path ... outputPath = selectedPath; } wsPath = wsPath.withPath(outputPath); } } return new Matcher(inputMatcher, wsPath); }