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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DDatatypeConverterInterface.java134 * @param lexicalXSDShort
139 * @throws NumberFormatException <code>lexicalXSDShort</code> is not a valid string representation of a <code>short</code> value.
141 public short parseShort( String lexicalXSDShort );
H A DDatatypeConverter.java205 * @param lexicalXSDShort
210 * @throws NumberFormatException <code>lexicalXSDShort</code> is not a valid string representation of a <code>short</code> value.
212 public static short parseShort( String lexicalXSDShort ) {
214 return theConverter.parseShort( lexicalXSDShort );
H A DDatatypeConverterImpl.java130 public short parseShort(String lexicalXSDShort) { argument
131 return _parseShort(lexicalXSDShort);

Completed in 34 milliseconds