Searched refs:descendantPredicate (Results 1 – 1 of 1) sorted by relevance
106 public static String withDescendant(String descendantPredicate) { in withDescendant() argument107 return "[.//*" + descendantPredicate + "]"; in withDescendant()