204205206207208209210
* * @param name the @name attribute's value * @return the locator for given @name attribute */ public static NameLocator name(String name) { return new NameLocator(name); }
203204205206207208209
215216217218219220221
* @param name * the @name attribute's value * @return the locator for given @name attribute */ public static NameLocator name(String name) { return new NameLocator(name); }
216217218219220221222