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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DDatatypeConverterInterface.java158 * @param lexicalXSDFloat
163 * @throws NumberFormatException <code>lexicalXSDFloat</code> is not a valid string representation of a <code>float</code> value.
165 public float parseFloat( String lexicalXSDFloat );
H A DDatatypeConverter.java235 * @param lexicalXSDFloat
240 * @throws NumberFormatException <code>lexicalXSDFloat</code> is not a valid string representation of a <code>float</code> value.
242 public static float parseFloat( String lexicalXSDFloat ) {
244 return theConverter.parseFloat( lexicalXSDFloat );
H A DDatatypeConverterImpl.java172 public float parseFloat(String lexicalXSDFloat) { argument
173 return _parseFloat(lexicalXSDFloat);

Completed in 89 milliseconds