< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/AbstractHeaderImpl.java

Print this page

        

*** 126,136 **** public String getAttribute(QName name) { return getAttribute(name.getNamespaceURI(),name.getLocalPart()); } /** ! * Parses a string that looks like <tt>xs:boolean</tt> into boolean. * * This method assumes that the whilespace normalization has already taken place. */ protected final boolean parseBool(String value) { if(value.length()==0) --- 126,136 ---- public String getAttribute(QName name) { return getAttribute(name.getNamespaceURI(),name.getLocalPart()); } /** ! * Parses a string that looks like {@code xs:boolean} into boolean. * * This method assumes that the whilespace normalization has already taken place. */ protected final boolean parseBool(String value) { if(value.length()==0)
< prev index next >