Searched refs:NameGetter (Results 1 - 3 of 3) 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);
H A DComponentNameFunction.java55 private NameGetter nameGetter = new NameGetter(null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DDeclarationImpl.java30 import com.sun.xml.internal.xsom.util.NameGetter;

Completed in 30 milliseconds