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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DNamespacePrefixMapper.java88 * @param suggestion
89 * When the content tree has a suggestion for the prefix
90 * to the given namespaceUri, that suggestion is passed as a
117 public abstract String getPreferredPrefix(String namespaceUri, String suggestion, boolean requirePrefix); argument
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DMethod.java38 public String suggestion; field in class:Method
45 this.suggestion = getAttr(node, "suggestion");
H A DNativeEnum.java40 public String suggestion; field in class:NativeEnum
52 this.suggestion = getAttr(node, "suggestion");

Completed in 29 milliseconds