Searched refs:idref (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DObjectElementHandler.java48 * <dt>idref
59 private String idref; field in class:ObjectElementHandler
79 * <dt>idref
90 if (name.equals("idref")) { // NON-NLS: the attribute name
91 this.idref = value;
108 * if the field attribute or the idref attribute is set.
112 if ((this.field != null) || (this.idref != null)) {
143 if (this.idref != null) {
144 return ValueObjectImpl.create(getVariable(this.idref));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DTransducedAccessor.java293 final String idref = WhiteSpaceProcessor.trim(lexical).toString();
296 final Callable callable = context.getObjectFromId(idref,acc.valueType);
299 context.errorUnresolvedIDREF(bean,idref,context.getLocator());
323 context.errorUnresolvedIDREF(bean,idref,loc);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java698 public void errorUnresolvedIDREF(Object bean, String idref, LocatorEx loc) throws SAXException { argument
701 Messages.UNRESOLVED_IDREF.format(idref),

Completed in 34 milliseconds