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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java524 return getAttributeValueFrom(this, name);
528 return getAttributeValueFrom(
674 copy.addAttributeBare(name, getAttributeValueFrom(element, name));
1071 protected static String getAttributeValueFrom(Element element, Name name) { method in class:ElementImpl
1072 return getAttributeValueFrom(
1080 private static String getAttributeValueFrom( method in class:ElementImpl

Completed in 33 milliseconds