Searched defs:idref (Results 1 - 2 of 2) 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/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 57 milliseconds