Searched defs:NameGetter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DNameGetter.java60 public class NameGetter implements XSFunction<String> { class in inherits:XSFunction
62 * Initializes a NameGetter so that it will return
65 public NameGetter( Locale _locale ) { method in class:NameGetter
75 public final static XSFunction theInstance = new NameGetter(null);
158 rb = ResourceBundle.getBundle(NameGetter.class.getName());
160 rb = ResourceBundle.getBundle(NameGetter.class.getName(),locale);

Completed in 257 milliseconds